]> granicus.if.org Git - python/commitdiff
Fix indentation in logging.handlers.setStream (GH-14358)
authorAndre Delfino <adelfino@gmail.com>
Sat, 29 Jun 2019 21:57:39 +0000 (18:57 -0300)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>
Sat, 29 Jun 2019 21:57:39 +0000 (22:57 +0100)
Doc/library/logging.handlers.rst

index 21c6a045de0600e181b0c6826966ceb017c29d45..4c1af7cba6630d5ece1a820daf679071e134b5cd 100644 (file)
@@ -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.