diff options
author | Fred Drake <fdrake@acm.org> | 2007-04-26 04:42:19 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2007-04-26 04:42:19 (GMT) |
commit | 452f5df64a09e6e50a2d861fa1d18e0bbea7ca4a (patch) | |
tree | 13e1e478ef37790e67f50af9b40ca8c9559842b7 /Doc/lib/liblogging.tex | |
parent | cf795b49a9c9e2b672de4842110b86cb55297d0b (diff) | |
download | cpython-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.tex | 2 |
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} |