From 1039bb2730e62e9763b8fd1d6a19ddd6bb0b6fe4 Mon Sep 17 00:00:00 2001 From: Jun Komoda <45822440+junkmd@users.noreply.github.com> Date: Sat, 7 Jan 2023 01:42:42 +0900 Subject: [PATCH] fix PEP 702 link in the `README.md` (#108) --- 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