Fix indentation in logging.handlers.setStream (GH-14358)

This commit is contained in:
Andre Delfino 2019-06-29 18:57:39 -03:00 committed by Vinay Sajip
parent ac14632c75
commit 18a2fc6f23

View file

@ -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.