From: Neal Norwitz Date: Tue, 8 Jul 2003 16:26:34 +0000 (+0000) Subject: add missing ' X-Git-Tag: v2.3c1~152 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dd3afa75b32aa9b2bf56018e66011d0092064a87;p=thirdparty%2FPython%2Fcpython.git add missing ' --- diff --git a/Doc/lib/liblogging.tex b/Doc/lib/liblogging.tex index 9d81db238b8a..1c39824e6deb 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}