]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-104539: Fix indentation error in logging.config.rst (#104545)
authorJesper Noordsij <45041769+jnoordsij@users.noreply.github.com>
Tue, 16 May 2023 12:13:53 +0000 (14:13 +0200)
committerGitHub <noreply@github.com>
Tue, 16 May 2023 12:13:53 +0000 (13:13 +0100)
Fix indentation error in logging.config.rst

Doc/library/logging.config.rst

index 250246b5cd9adcc2a48289cd62449a5cebe4724d..8f0b833f85343014d89eb4b758abc97fa3c9d074 100644 (file)
@@ -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