]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
docs: Fix indent misalignment in `library/logging.config.rst` (GH-151617) main
authormushitoriami <232557021+mushitoriami@users.noreply.github.com>
Thu, 18 Jun 2026 07:21:24 +0000 (16:21 +0900)
committerGitHub <noreply@github.com>
Thu, 18 Jun 2026 07:21:24 +0000 (08:21 +0100)
Doc/library/logging.config.rst

index 30bf7860a75119230e20a93f17057b12d290cf66..3842c1e9d477d29ae48621a27bc0adf6e0f7840f 100644 (file)
@@ -124,12 +124,12 @@ in :mod:`logging` itself) and defining handlers which are declared either in
         application (e.g. based on command-line parameters or other aspects
         of the runtime environment) before being passed to ``fileConfig``.
 
         application (e.g. based on command-line parameters or other aspects
         of the runtime environment) before being passed to ``fileConfig``.
 
-    .. versionchanged:: 3.10
-       Added the *encoding* parameter.
+   .. versionchanged:: 3.10
+      Added the *encoding* parameter.
 
 
-    .. versionchanged:: 3.12
-       An exception will be thrown if the provided file
-       doesn't exist or is invalid or empty.
+   .. versionchanged:: 3.12
+      An exception will be thrown if the provided file
+      doesn't exist or is invalid or empty.
 
 .. function:: listen(port=DEFAULT_LOGGING_CONFIG_PORT, verify=None)
 
 
 .. function:: listen(port=DEFAULT_LOGGING_CONFIG_PORT, verify=None)