[Python-checkins] gh-104539: Fix indentation error in logging.config.rst (#104545)

AlexWaygood webhook-mailer at python.org
Tue May 16 08:14:09 EDT 2023


https://github.com/python/cpython/commit/0bb61dd5b0ffc248e18f1b33cddd18788f28e60a
commit: 0bb61dd5b0ffc248e18f1b33cddd18788f28e60a
branch: main
author: Jesper Noordsij <45041769+jnoordsij at users.noreply.github.com>
committer: AlexWaygood <Alex.Waygood at Gmail.com>
date: 2023-05-16T13:13:53+01:00
summary:

gh-104539: Fix indentation error in logging.config.rst (#104545)

Fix indentation error in logging.config.rst

files:
M Doc/library/logging.config.rst

diff --git a/Doc/library/logging.config.rst b/Doc/library/logging.config.rst
index 250246b5cd9a..8f0b833f8534 100644
--- a/Doc/library/logging.config.rst
+++ b/Doc/library/logging.config.rst
@@ -111,7 +111,7 @@ in :mod:`logging` itself) and defining handlers which are declared either in
                                     they or their ancestors are explicitly named
                                     in the logging configuration.
 
-    :param encoding: The encoding used to open file when *fname* is filename.
+   :param encoding: The encoding used to open file when *fname* is filename.
 
    .. versionchanged:: 3.4
       An instance of a subclass of :class:`~configparser.RawConfigParser` is



More information about the Python-checkins mailing list