From: Matthias Klose Date: Thu, 16 Aug 2007 11:26:06 +0000 (+0000) Subject: - fix build error with the findCaller backport X-Git-Tag: v2.4.5c1~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=042e514672ff0db94879f138d52d4440d8d10860;p=thirdparty%2FPython%2Fcpython.git - fix build error with the findCaller backport --- diff --git a/Doc/lib/liblogging.tex b/Doc/lib/liblogging.tex index 9991db37bee9..895a01083f50 100644 --- a/Doc/lib/liblogging.tex +++ b/Doc/lib/liblogging.tex @@ -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