https://github.com/python/cpython/commit/e0bc9d2a0c448cf46df233f8d84344c1f55a190f
commit: e0bc9d2a0c448cf46df233f8d84344c1f55a190f
branch: main
author: Gerardwx <gerar...@users.noreply.github.com>
committer: nedbat <n...@nedbatchelder.com>
date: 2025-03-11T12:45:31-04:00
summary:

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 <n...@nedbatchelder.com>

---------

Co-authored-by: Ned Batchelder <n...@nedbatchelder.com>

files:
M Doc/library/typing.rst

diff --git a/Doc/library/typing.rst b/Doc/library/typing.rst
index 3bbc8c0e818975..6d5ee75f11efa7 100644
--- a/Doc/library/typing.rst
+++ b/Doc/library/typing.rst
@@ -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
 

_______________________________________________
Python-checkins mailing list -- python-checkins@python.org
To unsubscribe send an email to python-checkins-le...@python.org
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: arch...@mail-archive.com

Reply via email to