]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Typo fix
authorAndrew M. Kuchling <amk@amk.ca>
Thu, 18 Aug 2005 21:53:19 +0000 (21:53 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Thu, 18 Aug 2005 21:53:19 +0000 (21:53 +0000)
Doc/lib/liblogging.tex

index 8146059cceb7bdf8d0d6655c4b1d447fb7f54422..5af9727294f85d926345aa52bb4ed0ef0bce5d03 100644 (file)
@@ -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}.