From e0bc9d2a0c448cf46df233f8d84344c1f55a190f Mon Sep 17 00:00:00 2001 From: Gerardwx Date: Tue, 11 Mar 2025 12:45:31 -0400 Subject: [PATCH] =?UTF-8?q?Replace=20link=20to=20historical=20TypedDict=20?= =?UTF-8?q?PEP=20with=20current=20document=20on=20typing.python=E2=80=A6?= =?UTF-8?q?=20(#131096)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 --- Doc/library/typing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/typing.rst b/Doc/library/typing.rst index 3bbc8c0e818..6d5ee75f11e 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