Skip to content

Commit e0bc9d2

Browse files
Gerardwxnedbat
andauthored
Replace link to historical TypedDict PEP with current document on typing.python… (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]>
1 parent 9d759b6 commit e0bc9d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/typing.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -2771,7 +2771,7 @@ types.
27712771

27722772
.. versionadded:: 3.13
27732773

2774-
See :pep:`589` for more examples and detailed rules of using ``TypedDict``.
2774+
See the `TypedDict <https://typing.python.org/en/latest/spec/typeddict.html#typeddict>`_ section in the typing documentation for more examples and detailed rules.
27752775

27762776
.. versionadded:: 3.8
27772777

0 commit comments

Comments
 (0)