You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace link to historical TypedDict PEP with current document on typing.python… (python#131096)
* Replace link to historical PEP with current document on typing.python.org
* Update Doc/library/typing.rst
Co-authored-by: Ned Batchelder <[email protected]>
---------
Co-authored-by: Ned Batchelder <[email protected]>
Copy file name to clipboardExpand all lines: Doc/library/typing.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2771,7 +2771,7 @@ types.
2771
2771
2772
2772
.. versionadded:: 3.13
2773
2773
2774
-
See :pep:`589` for more examples and detailed rules of using ``TypedDict``.
2774
+
See the `TypedDict <https://typing.python.org/en/latest/spec/typeddict.html#typeddict>`_ section in the typing documentation for more examples and detailed rules.
0 commit comments