Minor documentation change relating to NullHandler.

This commit is contained in:
Vinay Sajip 2008-12-30 07:32:59 +00:00
parent f1f2f686fe
commit a17775fab4

View File

@ -566,10 +566,10 @@ provided:
The :class:`NullHandler` class was not present in previous versions. The :class:`NullHandler` class was not present in previous versions.
The :class:`StreamHandler` and :class:`FileHandler` classes are defined in the The :class:`NullHandler`, :class:`StreamHandler` and :class:`FileHandler`
core logging package. The other handlers are defined in a sub- module, classes are defined in the core logging package. The other handlers are
:mod:`logging.handlers`. (There is also another sub-module, defined in a sub- module, :mod:`logging.handlers`. (There is also another
:mod:`logging.config`, for configuration functionality.) sub-module, :mod:`logging.config`, for configuration functionality.)
Logged messages are formatted for presentation through instances of the Logged messages are formatted for presentation through instances of the
:class:`Formatter` class. They are initialized with a format string suitable for :class:`Formatter` class. They are initialized with a format string suitable for