mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Replace link to historical TypedDict PEP with current document on typing.python… (#131096)
* Replace link to historical PEP with current document on typing.python.org * Update Doc/library/typing.rst Co-authored-by: Ned Batchelder <ned@nedbatchelder.com> --------- Co-authored-by: Ned Batchelder <ned@nedbatchelder.com>
This commit is contained in:
parent
9d759b63d8
commit
e0bc9d2a0c
1 changed files with 1 additions and 1 deletions
|
@ -2771,7 +2771,7 @@ types.
|
|||
|
||||
.. versionadded:: 3.13
|
||||
|
||||
See :pep:`589` for more examples and detailed rules of using ``TypedDict``.
|
||||
See the `TypedDict <https://typing.python.org/en/latest/spec/typeddict.html#typeddict>`_ section in the typing documentation for more examples and detailed rules.
|
||||
|
||||
.. versionadded:: 3.8
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue