Issue #7529: logging: Minor correction to documentation.
This commit is contained in:
parent
1c49828fa0
commit
0c6a0e3318
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue