[Python-checkins] r68466 - python/branches/release30-maint/Doc/library/logging.rst

benjamin.peterson python-checkins at python.org
Sat Jan 10 04:37:09 CET 2009


Author: benjamin.peterson
Date: Sat Jan 10 04:37:08 2009
New Revision: 68466

Log:
fix markup

Modified:
   python/branches/release30-maint/Doc/library/logging.rst

Modified: python/branches/release30-maint/Doc/library/logging.rst
==============================================================================
--- python/branches/release30-maint/Doc/library/logging.rst	(original)
+++ python/branches/release30-maint/Doc/library/logging.rst	Sat Jan 10 04:37:08 2009
@@ -1581,8 +1581,6 @@
 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.


More information about the Python-checkins mailing list