https://github.com/python/cpython/commit/e0bc9d2a0c448cf46df233f8d84344c1f55a190f commit: e0bc9d2a0c448cf46df233f8d84344c1f55a190f branch: main author: Gerardwx <[email protected]> committer: nedbat <[email protected]> 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 <[email protected]> --------- Co-authored-by: Ned Batchelder <[email protected]> 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 -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: [email protected]
