From 18a2fc6f231049a9379823f768287678bb246a88 Mon Sep 17 00:00:00 2001 From: Andre Delfino Date: Sat, 29 Jun 2019 18:57:39 -0300 Subject: [PATCH] Fix indentation in logging.handlers.setStream (GH-14358) --- Doc/library/logging.handlers.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Doc/library/logging.handlers.rst b/Doc/library/logging.handlers.rst index 21c6a045de..4c1af7cba6 100644 --- a/Doc/library/logging.handlers.rst +++ b/Doc/library/logging.handlers.rst @@ -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. -- 2.40.0