8000 fix PEP 702 link in the `README.md` (#108) · python/typing_extensions@1039bb2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1039bb2

Browse files
authored
fix PEP 702 link in the README.md (#108)
1 parent 673e5ce commit 1039bb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ This module currently contains the following:
3838
- `override` (see [PEP 698](https://peps.python.org/pep-0698/))
3939
- The `default=` argument to `TypeVar`, `ParamSpec`, and `TypeVarTuple` (see [PEP 696](https://peps.python.org/pep-0696/))
4040
- 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/))
41+
- The `@deprecated` decorator (see [PEP 702](https://peps.python.org/pep-0702/))
4242

4343
- In `typing` since Python 3.11
4444

0 commit comments

Comments
 (0)
0