]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
fix markup
authorBenjamin Peterson <benjamin@python.org>
Sat, 10 Jan 2009 03:37:08 +0000 (03:37 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sat, 10 Jan 2009 03:37:08 +0000 (03:37 +0000)
Doc/library/logging.rst

index ee17c9c67b99aec7940c692b8fda5cacf88ededa..50de9e55169eb4c83ca438aaa458dc92171b3257 100644 (file)
@@ -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.