From: Gerardwx Date: Tue, 11 Mar 2025 16:45:31 +0000 (-0400) Subject: Replace link to historical TypedDict PEP with current document on typing.python…... X-Git-Tag: v3.14.0a6~77 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e0bc9d2a0c448cf46df233f8d84344c1f55a190f;p=thirdparty%2FPython%2Fcpython.git 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 --------- Co-authored-by: Ned Batchelder --- diff --git a/Doc/library/typing.rst b/Doc/library/typing.rst index 3bbc8c0e8189..6d5ee75f11ef 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 `_ section in the typing documentation for more examples and detailed rules. .. versionadded:: 3.8