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

View file

@ -366,7 +366,7 @@ method in subclasses needs to call \method{Handler.__init__()}.
\begin{methoddesc}{__init__}{level=\constant{NOTSET}} \begin{methoddesc}{__init__}{level=\constant{NOTSET}}
Initializes the \class{Handler} instance by setting its level, setting Initializes the \class{Handler} instance by setting its level, setting
the list of filters to the empty list and creating a lock (using 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} \end{methoddesc}
\begin{methoddesc}{createLock}{} \begin{methoddesc}{createLock}{}