8000 Replace link to historical TypedDict PEP with current document on typ… · python/cpython@e0bc9d2 · GitHub
[go: up one dir, main page]

Skip to content

Commit e0bc9d2

Browse files
Gerardwxnedbat
andauthored
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 <ned@nedbatchelder.com> --------- Co-authored-by: Ned Batchelder <ned@nedbatchelder.com>
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

Lines changed: 1 addition & 1 deletion
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 4EA9 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)
0