Skip to content

Commit

Permalink
fix PEP 702 link in the README.md (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
junkmd committed Jan 6, 2023
1 parent 673e5ce commit 1039bb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -38,7 +38,7 @@ This module currently contains the following:
- `override` (see [PEP 698](https://peps.python.org/pep-0698/))
- The `default=` argument to `TypeVar`, `ParamSpec`, and `TypeVarTuple` (see [PEP 696](https://peps.python.org/pep-0696/))
- The `infer_variance=` argument to `TypeVar` (see [PEP 695](https://peps.python.org/pep-0695/))
- The `@deprecated` decorator (see [PEP 702](https://peps.python.org/pep-0698/))
- The `@deprecated` decorator (see [PEP 702](https://peps.python.org/pep-0702/))

- In `typing` since Python 3.11

Expand Down

0 comments on commit 1039bb2

Please sign in to comment.