summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2003-09-01 22:50:52 (GMT)
committerRaymond Hettinger <python@rcn.com>2003-09-01 22:50:52 (GMT)
commitc75c3e03927a0f7240fcbcc5100edadf982d38a1 (patch)
tree2a49313cde4d7f34d55b2d9a0855d884da16cb7f
parentec99b5fbfa56558b823f287ea3814b033595dd83 (diff)
downloadcpython-c75c3e03927a0f7240fcbcc5100edadf982d38a1.zip
cpython-c75c3e03927a0f7240fcbcc5100edadf982d38a1.tar.gz
cpython-c75c3e03927a0f7240fcbcc5100edadf982d38a1.tar.bz2
SF patch #791153: inconsistency with implementation(logging)
(Contributed by George Yoshida.)
-rw-r--r--Doc/lib/liblogging.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/liblogging.tex b/Doc/lib/liblogging.tex
index 1c39824..28b38b0 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}{}