We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d1aeea commit 3a61a94Copy full SHA for 3a61a94
README.md
@@ -8,7 +8,7 @@ The `typing_extensions` module serves two related purposes:
8
9
- Enable use of new type system features on older Python versions. For example,
10
`typing.TypeGuard` is new in Python 3.10, but `typing_extensions` allows
11
- users on Python 3.6 through 3.9 to use it too.
+ users on previous Python versions to use it too.
12
- Enable experimentation with new type system PEPs before they are accepted and
13
added to the `typing` module.
14
0 commit comments