aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--typing_extensions/README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/typing_extensions/README.rst b/typing_extensions/README.rst
index 3730457..5b4ebdd 100644
--- a/typing_extensions/README.rst
+++ b/typing_extensions/README.rst
@@ -47,7 +47,7 @@ This module currently contains the following:
- ``ParamSpec`` (see PEP 612)
- ``ParamSpecArgs`` (see PEP 612)
- ``ParamSpecKwargs`` (see PEP 612)
- - ``TypeAlias`` (see PEP 610)
+ - ``TypeAlias`` (see PEP 613)
- ``TypeGuard`` (see PEP 647)
- In ``typing`` since Python 3.9