From: mushitoriami <232557021+mushitoriami@users.noreply.github.com> Date: Thu, 18 Jun 2026 07:21:24 +0000 (+0900) Subject: docs: Fix indent misalignment in `library/logging.config.rst` (GH-151617) X-Git-Url: http://git.ipfire.org/index.cgi?a=commitdiff_plain;p=thirdparty%2FPython%2Fcpython.git docs: Fix indent misalignment in `library/logging.config.rst` (GH-151617) --- diff --git a/Doc/library/logging.config.rst b/Doc/library/logging.config.rst index 30bf7860a751..3842c1e9d477 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)