mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Issue #7529: logging: Minor correction to documentation.
This commit is contained in:
parent
1c49828fa0
commit
0c6a0e3318
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue