SF patch #791153: inconsistency with implementation(logging)

(Contributed by George Yoshida.)
This commit is contained in:
Raymond Hettinger 2003-09-01 22:50:52 +00:00
parent ec99b5fbfa
commit c75c3e0392
1 changed files with 1 additions and 1 deletions

View 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}{}