]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
- fix build error with the findCaller backport
authorMatthias Klose <doko@ubuntu.com>
Thu, 16 Aug 2007 11:26:06 +0000 (11:26 +0000)
committerMatthias Klose <doko@ubuntu.com>
Thu, 16 Aug 2007 11:26:06 +0000 (11:26 +0000)
Doc/lib/liblogging.tex

index 9991db37bee9511037d1121abe8a479a3e9b851e..895a01083f50a9da66356fad91402666370481ae 100644 (file)
@@ -428,7 +428,7 @@ Adds the specified handler \var{hdlr} to this logger.
 Removes the specified handler \var{hdlr} from this logger.
 \end{methoddesc}
 
-\begin{methoddesc}[Logger]{findCaller}{}
+\begin{methoddesc}{findCaller}{}
 Finds the caller's source filename and line number. Returns the filename,
 line number and function name as a 3-element tuple.
 \versionchanged[The function name was added. In earlier versions, the