From d89140db9e7d43c4c0395ada83d4e456893ec307 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Delfino?= Date: Mon, 24 Jun 2019 21:41:49 -0300 Subject: [PATCH 1/2] Fix indentation in setStream --- Doc/library/logging.handlers.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/logging.handlers.rst b/Doc/library/logging.handlers.rst index 21c6a045de0600..ed1b113dd56f1b 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 From 3427d863f503ae8c31dece7189d34b35cd2df195 Mon Sep 17 00:00:00 2001 From: Andre Delfino Date: Mon, 24 Jun 2019 22:03:55 -0300 Subject: [PATCH 2/2] Address comment from Emmanuel --- Doc/library/logging.handlers.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/Doc/library/logging.handlers.rst b/Doc/library/logging.handlers.rst index ed1b113dd56f1b..4c1af7cba6630d 100644 --- a/Doc/library/logging.handlers.rst +++ b/Doc/library/logging.handlers.rst @@ -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.