mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Typo fix
This commit is contained in:
parent
1a663911d2
commit
e0245143af
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue