diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2003-07-08 16:26:34 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2003-07-08 16:26:34 (GMT) |
commit | dd3afa75b32aa9b2bf56018e66011d0092064a87 (patch) | |
tree | cf217046e2d0582a03b3f93a23ff6e260e78ad71 /Doc/lib/liblogging.tex | |
parent | 7898ccdd63cd83c5f2d2b0af89ed404c08198b52 (diff) | |
download | cpython-dd3afa75b32aa9b2bf56018e66011d0092064a87.zip cpython-dd3afa75b32aa9b2bf56018e66011d0092064a87.tar.gz cpython-dd3afa75b32aa9b2bf56018e66011d0092064a87.tar.bz2 |
add missing '
Diffstat (limited to 'Doc/lib/liblogging.tex')
-rw-r--r-- | Doc/lib/liblogging.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/liblogging.tex b/Doc/lib/liblogging.tex index 9d81db2..1c39824 100644 --- a/Doc/lib/liblogging.tex +++ b/Doc/lib/liblogging.tex @@ -842,7 +842,7 @@ Currently, the useful mapping keys in a LogRecord are: Returns a new instance of the \class{Formatter} class. The 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 -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. \end{classdesc} |