8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
README.md
1 parent 673e5ce commit 1039bb2Copy full SHA for 1039bb2
README.md
@@ -38,7 +38,7 @@ This module currently contains the following:
38
- `override` (see [PEP 698](https://peps.python.org/pep-0698/))
39
- The `default=` argument to `TypeVar`, `ParamSpec`, and `TypeVarTuple` (see [PEP 696](https://peps.python.org/pep-0696/))
40
- The `infer_variance=` argument to `TypeVar` (see [PEP 695](https://peps.python.org/pep-0695/))
41
- - The `@deprecated` decorator (see [PEP 702](https://peps.python.org/pep-0698/))
+ - The `@deprecated` decorator (see [PEP 702](https://peps.python.org/pep-0702/))
42
43
- In `typing` since Python 3.11
44
0 commit comments