Skip to content

Commit 18a2fc6

Browse files
andresdelfinovsajip
authored andcommitted
Fix indentation in logging.handlers.setStream (GH-14358)
1 parent ac14632 commit 18a2fc6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Doc/library/logging.handlers.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ and :meth:`flush` methods).
6868

6969
:return: the old stream, if the stream was changed, or *None* if it wasn't.
7070

71-
.. versionadded:: 3.7
71+
.. versionadded:: 3.7
7272

7373

7474
.. versionchanged:: 3.2
@@ -109,7 +109,6 @@ sends logging output to a disk file. It inherits the output functionality from
109109

110110
Closes the file.
111111

112-
113112
.. method:: emit(record)
114113

115114
Outputs the record to the file.

0 commit comments

Comments
 (0)