[Python-checkins] Fix indentation in logging.handlers.setStream (GH-14358)

Vinay Sajip webhook-mailer at python.org
Sat Jun 29 17:57:45 EDT 2019


https://github.com/python/cpython/commit/18a2fc6f231049a9379823f768287678bb246a88
commit: 18a2fc6f231049a9379823f768287678bb246a88
branch: master
author: Andre Delfino <adelfino at gmail.com>
committer: Vinay Sajip <vinay_sajip at yahoo.co.uk>
date: 2019年06月29日T22:57:39+01:00
summary:
Fix indentation in logging.handlers.setStream (GH-14358)
files:
M Doc/library/logging.handlers.rst
diff --git a/Doc/library/logging.handlers.rst b/Doc/library/logging.handlers.rst
index 21c6a045de06..4c1af7cba663 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.


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /