[Python-checkins] r76869 - python/trunk/Doc/library/logging.rst

vinay.sajip python-checkins at python.org
Thu Dec 17 15:52:00 CET 2009


Author: vinay.sajip
Date: Thu Dec 17 15:52:00 2009
New Revision: 76869

Log:
Issue #7529: logging: Minor correction to documentation.

Modified:
   python/trunk/Doc/library/logging.rst

Modified: python/trunk/Doc/library/logging.rst
==============================================================================
--- python/trunk/Doc/library/logging.rst	(original)
+++ python/trunk/Doc/library/logging.rst	Thu Dec 17 15:52:00 2009
@@ -1681,6 +1681,8 @@
 and :meth:`flush` methods).
 
 
+.. currentmodule:: logging
+
 .. class:: StreamHandler([stream])
 
    Returns a new instance of the :class:`StreamHandler` class. If *stream* is


More information about the Python-checkins mailing list