Skip to content

Commit 5917bc4

Browse files
committed
docs: Fix broken reference of parameter type in library/logging.rst
1 parent 12add38 commit 5917bc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/logging.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,7 @@ Formatter Objects
690690
:param defaults: A dictionary with default values to use in custom fields.
691691
For example,
692692
``logging.Formatter('%(ip)s %(message)s', defaults={"ip": None})``
693-
:type defaults: dict[str, Any]
693+
:type defaults: dict[str, typing.Any]
694694

695695
.. versionchanged:: 3.2
696696
Added the *style* parameter.

0 commit comments

Comments
 (0)