Skip to content

Commit 69493db

Browse files
authored
Replace Annotation by Annotated (#1808)
1 parent 5ef8643 commit 69493db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/spec/qualifiers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ annotations for function arguments::
177177
...
178178

179179
``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.
180+
``Annotated``). It cannot be used in a type parameter (e.g.
181181
``list[Final[int]]`` is not permitted.)
182182

183183
Note that declaring a name as final only guarantees that the name will

0 commit comments

Comments
 (0)