]> granicus.if.org Git - python/commitdiff
SF patch #791153: inconsistency with implementation(logging)
authorRaymond Hettinger <python@rcn.com>
Mon, 1 Sep 2003 22:50:52 +0000 (22:50 +0000)
committerRaymond Hettinger <python@rcn.com>
Mon, 1 Sep 2003 22:50:52 +0000 (22:50 +0000)
(Contributed by George Yoshida.)

Doc/lib/liblogging.tex

index 1c39824e6deb35d5ca3464ba22598a8e6a927751..28b38b07c742af25abc14edb123dca81d2ea104a 100644 (file)
@@ -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}{}