Skip to content

Commit 611ada7

Browse files
aiskAlexWaygood
andauthored
Update Doc/library/typing.rst
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
1 parent a60d2e5 commit 611ada7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/typing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2592,7 +2592,7 @@ types.
25922592
.. function:: TypedDict
25932593

25942594
Special construct to add type hints to a dictionary.
2595-
At runtime it is a plain :class:`dict`.
2595+
At runtime ":class:`!TypedDict` instances" are simply :class:`dicts <dict>`.
25962596

25972597
``TypedDict`` declares a dictionary type that expects all of its
25982598
instances to have a certain set of keys, where each key is

0 commit comments

Comments
 (0)