mirror of https://github.com/python/cpython
Typo fix
This commit is contained in:
parent
1a663911d2
commit
e0245143af
|
@ -92,7 +92,7 @@ streams (file-like objects).
|
|||
\item \class{FileHandler} instances send error messages to disk
|
||||
files.
|
||||
|
||||
\item \class{BaseRotatingHandler} is tha base class for handlers that
|
||||
\item \class{BaseRotatingHandler} is the base class for handlers that
|
||||
rotate log files at a certain point. It is not meant to be instantiated
|
||||
directly. Instead, use \class{RotatingFileHandler} or
|
||||
\class{TimedRotatingFileHandler}.
|
||||
|
|
Loading…
Reference in New Issue