]> granicus.if.org Git - python/commitdiff
Typo fix
authorAndrew M. Kuchling <amk@amk.ca>
Thu, 18 Aug 2005 21:45:31 +0000 (21:45 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Thu, 18 Aug 2005 21:45:31 +0000 (21:45 +0000)
Doc/lib/liblogging.tex

index 3f24092cbfae58a4c3573d7bc7281052fa497057..639966efc243371bca54128818376287c3f00a87 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}.