diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2009-12-17 14:52:00 (GMT) |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2009-12-17 14:52:00 (GMT) |
commit | 0c6a0e331846dc706c54029d1b72cc87e4c56d12 (patch) | |
tree | c93bf91e4f6000c236ff1c6190e0831fc574fa2b /Doc | |
parent | 1c49828fa0b5c479d4f705cb01ee3471e766ac72 (diff) | |
download | cpython-0c6a0e331846dc706c54029d1b72cc87e4c56d12.zip cpython-0c6a0e331846dc706c54029d1b72cc87e4c56d12.tar.gz cpython-0c6a0e331846dc706c54029d1b72cc87e4c56d12.tar.bz2 |
Issue #7529: logging: Minor correction to documentation.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/logging.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst index 797bfc2..b547519 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 |