]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
remove bogus markup that caused the docs to be wrong
authorFred Drake <fdrake@acm.org>
Thu, 15 Apr 2004 06:18:28 +0000 (06:18 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 15 Apr 2004 06:18:28 +0000 (06:18 +0000)
Doc/lib/liblogging.tex

index 13e2d6e6e50c3a215bd1f561848731e103d3d890..53c5a0a64f7e8f6ddc1d9a5557811d3d4c07dd99 100644 (file)
@@ -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