mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
add missing '
This commit is contained in:
parent
7898ccdd63
commit
dd3afa75b3
1 changed files with 1 additions and 1 deletions
|
@ -842,7 +842,7 @@ Currently, the useful mapping keys in a LogRecord are:
|
||||||
Returns a new instance of the \class{Formatter} class. The
|
Returns a new instance of the \class{Formatter} class. The
|
||||||
instance is initialized with a format string for the message as a whole,
|
instance is initialized with a format string for the message as a whole,
|
||||||
as well as a format string for the date/time portion of a message. If
|
as well as a format string for the date/time portion of a message. If
|
||||||
no \var{fmt} is specified, \code{\%(message)s'} is used. If no \var{datefmt}
|
no \var{fmt} is specified, \code{'\%(message)s'} is used. If no \var{datefmt}
|
||||||
is specified, the ISO8601 date format is used.
|
is specified, the ISO8601 date format is used.
|
||||||
\end{classdesc}
|
\end{classdesc}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue