From: Vinay Sajip Date: Tue, 30 Dec 2008 07:01:25 +0000 (+0000) Subject: Minor documentation change relating to NullHandler. X-Git-Tag: v2.7a1~2460 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7cc9755cfb15c41fe841b52aeeff0ba9c7eb1ac8;p=thirdparty%2FPython%2Fcpython.git Minor documentation change relating to NullHandler. --- diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst index c5fde339363a..483b739a2b00 100644 --- a/Doc/library/logging.rst +++ b/Doc/library/logging.rst @@ -568,10 +568,10 @@ provided: The :class:`NullHandler` class was not present in previous versions. -The :class:`StreamHandler` and :class:`FileHandler` classes are defined in the -core logging package. The other handlers are defined in a sub- module, -:mod:`logging.handlers`. (There is also another sub-module, -:mod:`logging.config`, for configuration functionality.) +The :class:`NullHandler`, :class:`StreamHandler` and :class:`FileHandler` +classes are defined in the core logging package. The other handlers are +defined in a sub- module, :mod:`logging.handlers`. (There is also another +sub-module, :mod:`logging.config`, for configuration functionality.) Logged messages are formatted for presentation through instances of the :class:`Formatter` class. They are initialized with a format string suitable for