Skip to content

Commit 9cac6c4

Browse files
[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 0bb61dd) Co-authored-by: Jesper Noordsij <45041769+jnoordsij@users.noreply.github.com>
1 parent 52a18fe commit 9cac6c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/logging.config.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ in :mod:`logging` itself) and defining handlers which are declared either in
111111
they or their ancestors are explicitly named
112112
in the logging configuration.
113113

114-
:param encoding: The encoding used to open file when *fname* is filename.
114+
:param encoding: The encoding used to open file when *fname* is filename.
115115

116116
.. versionchanged:: 3.4
117117
An instance of a subclass of :class:`~configparser.RawConfigParser` is

0 commit comments

Comments
 (0)