We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Annotation
Annotated
1 parent 5ef8643 commit 69493dbCopy full SHA for 69493db
docs/spec/qualifiers.rst
@@ -177,7 +177,7 @@ annotations for function arguments::
177
...
178
179
``Final`` may be wrapped only by other type qualifiers (e.g. ``ClassVar`` or
180
-``Annotation``). It cannot be used in a type parameter (e.g.
+``Annotated``). It cannot be used in a type parameter (e.g.
181
``list[Final[int]]`` is not permitted.)
182
183
Note that declaring a name as final only guarantees that the name will
0 commit comments