Commit 18a2fc6f authored by Andre Delfino's avatar Andre Delfino Committed by Vinay Sajip

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

parent ac14632c
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment