Issue #7529: logging: Minor correction to documentation.

This commit is contained in:
Vinay Sajip 2009-12-17 14:52:00 +00:00
parent 1c49828fa0
commit 0c6a0e3318
1 changed files with 2 additions and 0 deletions

View 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