]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
docs: Fix broken reference of parameter type in `library/logging.rst` (GH-151645)
authormushitoriami <232557021+mushitoriami@users.noreply.github.com>
Thu, 18 Jun 2026 17:45:04 +0000 (02:45 +0900)
committerGitHub <noreply@github.com>
Thu, 18 Jun 2026 17:45:04 +0000 (18:45 +0100)
Doc/library/logging.rst

index aba530844d7177a352f19233c1427ae702745571..a3d117c107024143fd0cdbe0c310fdcfc7603817 100644 (file)
@@ -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.