From 69493db808de246c6743ff5410a49f0a296c1cb3 Mon Sep 17 00:00:00 2001 From: Victorien <65306057+Viicos@users.noreply.github.com> Date: Wed, 17 Jul 2024 13:24:44 +0200 Subject: [PATCH] Replace `Annotation` by `Annotated` (#1808) --- docs/spec/qualifiers.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/spec/qualifiers.rst b/docs/spec/qualifiers.rst index 33c94285..8cfb476d 100644 --- a/docs/spec/qualifiers.rst +++ b/docs/spec/qualifiers.rst @@ -177,7 +177,7 @@ annotations for function arguments:: ... ``Final`` may be wrapped only by other type qualifiers (e.g. ``ClassVar`` or -``Annotation``). It cannot be used in a type parameter (e.g. +``Annotated``). It cannot be used in a type parameter (e.g. ``list[Final[int]]`` is not permitted.) Note that declaring a name as final only guarantees that the name will