summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesper Noordsij <45041769+jnoordsij@users.noreply.github.com>2023-05-16 12:13:53 (GMT)
committerGitHub <noreply@github.com>2023-05-16 12:13:53 (GMT)
commit0bb61dd5b0ffc248e18f1b33cddd18788f28e60a (patch)
tree5978752ddc870dab903ba7823b7c30ee1cdc40c2
parentc22fced96c4d472221071d12e8e88b0a33f6bb4b (diff)
downloadcpython-0bb61dd5b0ffc248e18f1b33cddd18788f28e60a.zip
cpython-0bb61dd5b0ffc248e18f1b33cddd18788f28e60a.tar.gz
cpython-0bb61dd5b0ffc248e18f1b33cddd18788f28e60a.tar.bz2
gh-104539: Fix indentation error in logging.config.rst (#104545)
Fix indentation error in logging.config.rst
-rw-r--r--Doc/library/logging.config.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/logging.config.rst b/Doc/library/logging.config.rst
index 250246b..8f0b833 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