]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.11] gh-104539: Fix indentation error in logging.config.rst (GH-104545) (#104546)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 16 May 2023 12:53:18 +0000 (05:53 -0700)
committerGitHub <noreply@github.com>
Tue, 16 May 2023 12:53:18 +0000 (13:53 +0100)
gh-104539: Fix indentation error in logging.config.rst (GH-104545)

Fix indentation error in logging.config.rst
(cherry picked from commit 0bb61dd5b0ffc248e18f1b33cddd18788f28e60a)

Co-authored-by: Jesper Noordsij <45041769+jnoordsij@users.noreply.github.com>
Doc/library/logging.config.rst

index 93e452962218aa1279027a93d5e3ca3e63ab9d05..45dc975db474e7b17bf5beb1bed5ec2fde87b266 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