We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
typing.Final
1 parent 4cfdb36 commit b76a853Copy full SHA for b76a853
docs/spec/annotations.rst
@@ -110,7 +110,7 @@ The following grammar describes the allowed elements of type and annotation expr
110
: | <NotRequired> '[' `annotation_expression` ']'
111
: | <ReadOnly> '[' `annotation_expression`']'
112
: | <ClassVar> '[' `annotation_expression`']'
113
- : | <Final> '[' `annotation_expression`']'
+ : | <Final> ('[' `annotation_expression`']')?
114
: | <InitVar> '[' `annotation_expression` ']'
115
: | <Annotated> '[' `annotation_expression` ','
116
: expression (',' expression)* ']'
0 commit comments