]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Replace link to historical TypedDict PEP with current document on typing.python…...
authorGerardwx <Gerardwx@users.noreply.github.com>
Tue, 11 Mar 2025 16:45:31 +0000 (12:45 -0400)
committerGitHub <noreply@github.com>
Tue, 11 Mar 2025 16:45:31 +0000 (12:45 -0400)
* 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>
Doc/library/typing.rst

index 3bbc8c0e81897564de64e1a127fb9d5ed528538d..6d5ee75f11efa7795b69b2929993e4dd81b13705 100644 (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