https://github.com/python/cpython/commit/15d74068f3a2f093e0b73dd7a74938fa6d7f7460
commit: 15d74068f3a2f093e0b73dd7a74938fa6d7f7460
branch: main
author: mushitoriami <[email protected]>
committer: vsajip <[email protected]>
date: 2026-06-18T18:45:04+01:00
summary:
docs: Fix broken reference of parameter type in `library/logging.rst`
(GH-151645)
files:
M Doc/library/logging.rst
diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst
index aba530844d7177..a3d117c1070241 100644
--- a/Doc/library/logging.rst
+++ b/Doc/library/logging.rst
@@ -690,7 +690,7 @@ Formatter Objects
:param defaults: A dictionary with default values to use in custom fields.
For example,
``logging.Formatter('%(ip)s %(message)s', defaults={"ip": None})``
- :type defaults: dict[str, Any]
+ :type defaults: dict[str, typing.Any]
.. versionchanged:: 3.2
Added the *style* parameter.
_______________________________________________
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]