From: Andrew M. Kuchling Date: Thu, 18 Aug 2005 21:53:19 +0000 (+0000) Subject: Typo fix X-Git-Tag: v2.4.2c1~101 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aea33178a5ebda801007d599874549d300258558;p=thirdparty%2FPython%2Fcpython.git Typo fix --- diff --git a/Doc/lib/liblogging.tex b/Doc/lib/liblogging.tex index 8146059cceb7..5af9727294f8 100644 --- a/Doc/lib/liblogging.tex +++ b/Doc/lib/liblogging.tex @@ -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}.