mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Fix indentation in logging.handlers.setStream (GH-14358)
This commit is contained in:
parent
ac14632c75
commit
18a2fc6f23
1 changed files with 1 additions and 2 deletions
|
@ -68,7 +68,7 @@ and :meth:`flush` methods).
|
|||
|
||||
:return: the old stream, if the stream was changed, or *None* if it wasn't.
|
||||
|
||||
.. versionadded:: 3.7
|
||||
.. versionadded:: 3.7
|
||||
|
||||
|
||||
.. versionchanged:: 3.2
|
||||
|
@ -109,7 +109,6 @@ sends logging output to a disk file. It inherits the output functionality from
|
|||
|
||||
Closes the file.
|
||||
|
||||
|
||||
.. method:: emit(record)
|
||||
|
||||
Outputs the record to the file.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue