From e0245143afbef9caa109c47efa3bf751e52ac9f7 Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Thu, 18 Aug 2005 21:45:31 +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 3f24092..639966e 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