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 `_ section in the typing documentation for more examples and detailed rules. .. versionadded:: 3.8