We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a60d2e5 commit 611ada7Copy full SHA for 611ada7
Doc/library/typing.rst
@@ -2592,7 +2592,7 @@ types.
2592
.. function:: TypedDict
2593
2594
Special construct to add type hints to a dictionary.
2595
- At runtime it is a plain :class:`dict`.
+ At runtime ":class:`!TypedDict` instances" are simply :class:`dicts <dict>`.
2596
2597
``TypedDict`` declares a dictionary type that expects all of its
2598
instances to have a certain set of keys, where each key is
0 commit comments