https://github.com/python/cpython/commit/3a03405e0ff4b212ee85ab94c8e5b4992b30ba57
commit: 3a03405e0ff4b212ee85ab94c8e5b4992b30ba57
branch: main
author: mushitoriami <[email protected]>
committer: vsajip <[email protected]>
date: 2026-06-18T08:21:24+01:00
summary:
docs: Fix indent misalignment in `library/logging.config.rst` (GH-151617)
files:
M Doc/library/logging.config.rst
diff --git a/Doc/library/logging.config.rst b/Doc/library/logging.config.rst
index 30bf7860a751192..3842c1e9d477d29 100644
--- a/Doc/library/logging.config.rst
+++ b/Doc/library/logging.config.rst
@@ -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``.
- .. 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)
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]