Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c75c3e0

Browse files
committed
SF patch #791153: inconsistency with implementation(logging)
(Contributed by George Yoshida.)
1 parent ec99b5f commit c75c3e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/lib/liblogging.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ \subsection{Handler Objects}
366366
\begin{methoddesc}{__init__}{level=\constant{NOTSET}}
367367
Initializes the \class{Handler} instance by setting its level, setting
368368
the list of filters to the empty list and creating a lock (using
369-
\method{getLock()}) for serializing access to an I/O mechanism.
369+
\method{createLock()}) for serializing access to an I/O mechanism.
370370
\end{methoddesc}
371371

372372
\begin{methoddesc}{createLock}{}

0 commit comments

Comments
 (0)