]> granicus.if.org Git - python/commitdiff
add missing '
authorNeal Norwitz <nnorwitz@gmail.com>
Tue, 8 Jul 2003 16:26:34 +0000 (16:26 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Tue, 8 Jul 2003 16:26:34 +0000 (16:26 +0000)
Doc/lib/liblogging.tex

index 9d81db238b8a54cd5af41c36566e27dd68df67a7..1c39824e6deb35d5ca3464ba22598a8e6a927751 100644 (file)
@@ -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}