]> granicus.if.org Git - python/commitdiff
Issue #7529: logging: Minor correction to documentation.
authorVinay Sajip <vinay_sajip@yahoo.co.uk>
Thu, 17 Dec 2009 14:52:00 +0000 (14:52 +0000)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>
Thu, 17 Dec 2009 14:52:00 +0000 (14:52 +0000)
Doc/library/logging.rst

index 797bfc238b82bf7b5e8110fac0341f50d623a7f9..b54751924c0ac049f7e47c568cc76d868dd84690 100644 (file)
@@ -1681,6 +1681,8 @@ file-like object (or, more precisely, any object which supports :meth:`write`
 and :meth:`flush` methods).
 
 
+.. currentmodule:: logging
+
 .. class:: StreamHandler([stream])
 
    Returns a new instance of the :class:`StreamHandler` class. If *stream* is