From: Fred Drake Date: Thu, 15 Apr 2004 06:18:28 +0000 (+0000) Subject: remove bogus markup that caused the docs to be wrong X-Git-Tag: v2.3.4c1~65 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e117bde10b1ecdf8e25945c7e692f4c22601ab7b;p=thirdparty%2FPython%2Fcpython.git remove bogus markup that caused the docs to be wrong --- diff --git a/Doc/lib/liblogging.tex b/Doc/lib/liblogging.tex index 13e2d6e6e50c..53c5a0a64f7e 100644 --- a/Doc/lib/liblogging.tex +++ b/Doc/lib/liblogging.tex @@ -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