From: Benjamin Peterson Date: Sat, 10 Jan 2009 03:37:08 +0000 (+0000) Subject: fix markup X-Git-Tag: v3.0.1~147 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e5807b6b6335f5ccf079e4f428ade81a9b305f8;p=thirdparty%2FPython%2Fcpython.git fix markup --- diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst index ee17c9c67b99..50de9e55169e 100644 --- a/Doc/library/logging.rst +++ b/Doc/library/logging.rst @@ -1581,8 +1581,6 @@ sends logging output to a disk file. It inherits the output functionality from WatchedFileHandler ^^^^^^^^^^^^^^^^^^ -.. module:: logging.handlers - The :class:`WatchedFileHandler` class, located in the :mod:`logging.handlers` module, is a :class:`FileHandler` which watches the file it is logging to. If the file changes, it is closed and reopened using the file name.