mirror of
https://github.com/python/cpython.git
synced 2025-09-13 12:17:24 +00:00
remove bogus markup that caused the docs to be wrong
This commit is contained in:
parent
54f9439b7c
commit
8efc74d35e
1 changed files with 1 additions and 1 deletions
|
@ -808,7 +808,7 @@ responsible for converting a \class{LogRecord} to (usually) a string
|
|||
which can be interpreted by either a human or an external system. The
|
||||
base
|
||||
\class{Formatter} allows a formatting string to be specified. If none is
|
||||
supplied, the default value of \code{'\%(message)s\e'} is used.
|
||||
supplied, the default value of \code{'\%(message)s'} is used.
|
||||
|
||||
A Formatter can be initialized with a format string which makes use of
|
||||
knowledge of the \class{LogRecord} attributes - such as the default value
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue