From a3ec2bebc77ee5fe3703ba5232e372776153e032 Mon Sep 17 00:00:00 2001 From: junkmd Date: Fri, 6 Jan 2023 23:24:33 +0900 Subject: [PATCH] fix PEP 702 link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 15200c35..6da36c37 100644 --- a/README.md +++ b/README.md @@ -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