Clarify signification of Annotation
#1805
Labels
topic: documentation
Documentation-related issues and PRs
Annotation
#1805
#1669 Clarified usage of
Final
in dataclasses. The following section was added:typing/docs/spec/qualifiers.rst
Lines 179 to 181 in 42e9118
I believe
Annotation
meansAnnotated
? If so, I can open a PR fixing this.Ideally we could also update the conformance tests to add an extra
final_annotated: Annotated[Final[int], ...]
. It will be interesting to see the output, as mypy seems to reject it.The text was updated successfully, but these errors were encountered: