summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2002-11-15 18:49:57 (GMT)
committerFred Drake <fdrake@acm.org>2002-11-15 18:49:57 (GMT)
commitc734b0175991b86a73c1fe941f9b2422b49d3a2a (patch)
tree3d41983811822fe5e91e95cc9b868c3e86366d10
parent6c629957fd801981854d725e56c9c52a582624f8 (diff)
downloadcpython-c734b0175991b86a73c1fe941f9b2422b49d3a2a.zip
cpython-c734b0175991b86a73c1fe941f9b2422b49d3a2a.tar.gz
cpython-c734b0175991b86a73c1fe941f9b2422b49d3a2a.tar.bz2
Fix critical markup errors.
-rw-r--r--Doc/lib/liblogging.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/liblogging.tex b/Doc/lib/liblogging.tex
index eeacd5e..df1b07c 100644
--- a/Doc/lib/liblogging.tex
+++ b/Doc/lib/liblogging.tex
@@ -897,7 +897,7 @@ the base message ID in \code{win32service.pyd}.
\end{methoddesc}
-\begin{classdesc}PlaceHolder{logger}
+\begin{classdesc}{PlaceHolder}{logger}
\class{PlaceHolder} instances are used in the \class{Manager} logger
hierarchy to take the place of nodes for which no loggers have been defined
@@ -913,7 +913,7 @@ Add the specified \var{logger} as a child of this placeholder.
\end{methoddesc}
-\begin{classdesc}RootLogger{level}
+\begin{classdesc}{RootLogger}{level}
A root logger is not that different to any other logger, except that it must
have a logging \var{level} and there is only one instance of it in the