]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Minor documentation change relating to NullHandler.
authorVinay Sajip <vinay_sajip@yahoo.co.uk>
Tue, 30 Dec 2008 07:32:59 +0000 (07:32 +0000)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>
Tue, 30 Dec 2008 07:32:59 +0000 (07:32 +0000)
Doc/library/logging.rst

index 7c104b7f3ab559d45fe7b02115c243b938801d5f..d1e4f7662d9d4770db297940445c168974f4da65 100644 (file)
@@ -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