diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-05-16 12:53:18 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-16 12:53:18 (GMT) |
commit | 9cac6c414fc03c72f00f7765f8824be0f4c713a3 (patch) | |
tree | b336729a871c42943a39f00eb5b29924dbc55255 /Doc | |
parent | 52a18feaaa39054e09fa0cf4c6675e7f4d024faf (diff) | |
download | cpython-9cac6c414fc03c72f00f7765f8824be0f4c713a3.zip cpython-9cac6c414fc03c72f00f7765f8824be0f4c713a3.tar.gz cpython-9cac6c414fc03c72f00f7765f8824be0f4c713a3.tar.bz2 |
[3.11] gh-104539: Fix indentation error in logging.config.rst (GH-104545) (#104546)
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>
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/logging.config.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/logging.config.rst b/Doc/library/logging.config.rst index 93e4529..45dc975 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 |