Skip to content

Commit

Permalink
Replace Annotation by Annotated (#1808)
Browse files Browse the repository at this point in the history
  • Loading branch information
Viicos authored Jul 17, 2024
1 parent 5ef8643 commit 69493db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/spec/qualifiers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 69493db

Please sign in to comment.