aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelle Zijlstra <jelle.zijlstra@gmail.com>2022-03-22 14:46:02 -0700
committerGitHub <noreply@github.com>2022-03-22 14:46:02 -0700
commit07fb800b29127a46a9c422d4dbc4e4d96df69d3f (patch)
tree7f03f6b6bbac90003a9d212b31d5e4f267533673
parent3bcfc9ed3b0511e67119dc356fd736889e884fde (diff)
downloadtyping-07fb800b29127a46a9c422d4dbc4e4d96df69d3f.tar.gz
LiteralString, NotRequired, Required will be in 3.11 (#1110)
-rw-r--r--typing_extensions/README.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/typing_extensions/README.rst b/typing_extensions/README.rst
index bb89068..d29d9f5 100644
--- a/typing_extensions/README.rst
+++ b/typing_extensions/README.rst
@@ -41,16 +41,16 @@ This module currently contains the following:
- Experimental features
- - ``LiteralString`` (see PEP 675)
- ``@dataclass_transform()`` (see PEP 681)
- - ``NotRequired`` (see PEP 655)
- - ``Required`` (see PEP 655)
- In ``typing`` since Python 3.11
- ``assert_never``
+ - ``LiteralString`` (see PEP 675)
- ``Never``
+ - ``NotRequired`` (see PEP 655)
- ``reveal_type``
+ - ``Required`` (see PEP 655)
- ``Self`` (see PEP 673)
- ``TypeVarTuple`` (see PEP 646)
- ``Unpack`` (see PEP 646)