summaryrefslogtreecommitdiffstats
path: root/Doc/lib/liblogging.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2007-04-26 04:42:19 (GMT)
committerFred Drake <fdrake@acm.org>2007-04-26 04:42:19 (GMT)
commit452f5df64a09e6e50a2d861fa1d18e0bbea7ca4a (patch)
tree13e1e478ef37790e67f50af9b40ca8c9559842b7 /Doc/lib/liblogging.tex
parentcf795b49a9c9e2b672de4842110b86cb55297d0b (diff)
downloadcpython-452f5df64a09e6e50a2d861fa1d18e0bbea7ca4a.zip
cpython-452f5df64a09e6e50a2d861fa1d18e0bbea7ca4a.tar.gz
cpython-452f5df64a09e6e50a2d861fa1d18e0bbea7ca4a.tar.bz2
fix some markup errors
Diffstat (limited to 'Doc/lib/liblogging.tex')
-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 b4ab7d0..dabab53 100644
--- a/Doc/lib/liblogging.tex
+++ b/Doc/lib/liblogging.tex
@@ -1528,7 +1528,7 @@ which, together with \var{msg}, makes up the user message; and
\var{exc_info} is the exception tuple obtained by calling
\function{sys.exc_info() }(or \constant{None}, if no exception information
is available). The \var{func} is the name of the function from which the
-logging call was made. If not specified, it defaults to \var{None}.
+logging call was made. If not specified, it defaults to \code{None}.
\versionchanged[\var{func} was added]{2.5}
\end{classdesc}