From a17775fab4fe6c9b2bd1ad539b6b6f072fceeb12 Mon Sep 17 00:00:00 2001 From: Vinay Sajip Date: Tue, 30 Dec 2008 07:32:59 +0000 Subject: Minor documentation change relating to NullHandler. --- Doc/library/logging.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst index 7c104b7..d1e4f76 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 -- cgit v0.12