summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2004-04-15 06:18:48 (GMT)
committerFred Drake <fdrake@acm.org>2004-04-15 06:18:48 (GMT)
commit8efc74d35e28e0cdf5e6181134defdc97ca3462a (patch)
tree1ac721dcc0bdaff399e710ff5fb7643933bd6995
parent54f9439b7c64dd2e59fcfbe8e6f7fcb7cb263628 (diff)
downloadcpython-8efc74d35e28e0cdf5e6181134defdc97ca3462a.zip
cpython-8efc74d35e28e0cdf5e6181134defdc97ca3462a.tar.gz
cpython-8efc74d35e28e0cdf5e6181134defdc97ca3462a.tar.bz2
remove bogus markup that caused the docs to be wrong
-rw-r--r--Doc/lib/liblogging.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/liblogging.tex b/Doc/lib/liblogging.tex
index af46afb..c86596d 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