]> granicus.if.org Git - python/commitdiff
Minor documentation change relating to NullHandler.
authorVinay Sajip <vinay_sajip@yahoo.co.uk>
Tue, 30 Dec 2008 07:01:25 +0000 (07:01 +0000)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>
Tue, 30 Dec 2008 07:01:25 +0000 (07:01 +0000)
Doc/library/logging.rst

index c5fde339363a74da2459b8b47287571d8284b160..483b739a2b0084f2eb83ba3d079e99a84c5a2603 100644 (file)
@@ -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