From: Vinay Sajip Date: Tue, 30 Dec 2008 07:32:59 +0000 (+0000) Subject: Minor documentation change relating to NullHandler. X-Git-Tag: v3.1a1~635 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a17775fab4fe6c9b2bd1ad539b6b6f072fceeb12;p=thirdparty%2FPython%2Fcpython.git Minor documentation change relating to NullHandler. --- diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst index 7c104b7f3ab5..d1e4f7662d9d 100644 --- a/Doc/library/logging.rst +++ b/Doc/library/logging.rst @@ -566,10 +566,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