Skip to content

Commit 3a03405

Browse files
authored
docs: Fix indent misalignment in library/logging.config.rst (GH-151617)
1 parent 8d7c6dc commit 3a03405

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Doc/library/logging.config.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -124,12 +124,12 @@ in :mod:`logging` itself) and defining handlers which are declared either in
124124
application (e.g. based on command-line parameters or other aspects
125125
of the runtime environment) before being passed to ``fileConfig``.
126126

127-
.. versionchanged:: 3.10
128-
Added the *encoding* parameter.
127+
.. versionchanged:: 3.10
128+
Added the *encoding* parameter.
129129

130-
.. versionchanged:: 3.12
131-
An exception will be thrown if the provided file
132-
doesn't exist or is invalid or empty.
130+
.. versionchanged:: 3.12
131+
An exception will be thrown if the provided file
132+
doesn't exist or is invalid or empty.
133133

134134
.. function:: listen(port=DEFAULT_LOGGING_CONFIG_PORT, verify=None)
135135

0 commit comments

Comments
 (0)