From: Raymond Hettinger Date: Mon, 1 Sep 2003 22:50:52 +0000 (+0000) Subject: SF patch #791153: inconsistency with implementation(logging) X-Git-Tag: v2.4a1~1672 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c75c3e03927a0f7240fcbcc5100edadf982d38a1;p=thirdparty%2FPython%2Fcpython.git SF patch #791153: inconsistency with implementation(logging) (Contributed by George Yoshida.) --- diff --git a/Doc/lib/liblogging.tex b/Doc/lib/liblogging.tex index 1c39824e6deb..28b38b07c742 100644 --- a/Doc/lib/liblogging.tex +++ b/Doc/lib/liblogging.tex @@ -366,7 +366,7 @@ method in subclasses needs to call \method{Handler.__init__()}. \begin{methoddesc}{__init__}{level=\constant{NOTSET}} Initializes the \class{Handler} instance by setting its level, setting the list of filters to the empty list and creating a lock (using -\method{getLock()}) for serializing access to an I/O mechanism. +\method{createLock()}) for serializing access to an I/O mechanism. \end{methoddesc} \begin{methoddesc}{createLock}{}