Skip to content

Commit d9e1dae

Browse files
authored
Add PEPs 593 & 647 to list of PEPs at top of typing docs (GH-29097)
1 parent 6ef4507 commit d9e1dae

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
@@ -19,7 +19,7 @@
1919

2020
This module provides runtime support for type hints as specified by
2121
:pep:`484`, :pep:`526`, :pep:`544`, :pep:`586`, :pep:`589`, :pep:`591`,
22-
:pep:`612` and :pep:`613`.
22+
:pep:`593`, :pep:`612`, :pep:`613` and :pep:`647`.
2323
The most fundamental support consists of the types :data:`Any`, :data:`Union`,
2424
:data:`Tuple`, :data:`Callable`, :class:`TypeVar`, and
2525
:class:`Generic`. For full specification please see :pep:`484`. For

0 commit comments

Comments
 (0)