From: Vinay Sajip Date: Thu, 17 Dec 2009 14:52:00 +0000 (+0000) Subject: Issue #7529: logging: Minor correction to documentation. X-Git-Tag: v2.7a2~161 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0c6a0e331846dc706c54029d1b72cc87e4c56d12;p=python Issue #7529: logging: Minor correction to documentation. --- diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst index 797bfc238b..b54751924c 100644 --- a/Doc/library/logging.rst +++ b/Doc/library/logging.rst @@ -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