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:
Gerardwx 2025-03-11 12:45:31 -04:00 committed by GitHub
parent 9d759b63d8
commit e0bc9d2a0c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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