From 0c6a0e331846dc706c54029d1b72cc87e4c56d12 Mon Sep 17 00:00:00 2001 From: Vinay Sajip Date: Thu, 17 Dec 2009 14:52:00 +0000 Subject: [PATCH] Issue #7529: logging: Minor correction to documentation. --- Doc/library/logging.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst index 797bfc238b8..b54751924c0 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