From aea33178a5ebda801007d599874549d300258558 Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Thu, 18 Aug 2005 21:53:19 +0000 Subject: Typo fix --- Doc/lib/liblogging.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/liblogging.tex b/Doc/lib/liblogging.tex index 8146059..5af9727 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}. -- cgit v0.12