Thanks to visit codestin.com Credit goes to github.com
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.
1 parent a21b3d2 commit 72720a2Copy full SHA for 72720a2
1 file changed
Doc/library/dataclasses.rst
@@ -439,7 +439,7 @@ Module contents
439
440
.. data:: KW_ONLY
441
442
- A sentinel value used a type annotation. Any fields after a
+ A sentinel value used as a type annotation. Any fields after a
443
pseudo-field with the type of :const:`KW_ONLY` are marked as
444
keyword-only fields. Note that a pseudo-field of type
445
:const:`KW_ONLY` is otherwise completely ignored. This includes the
0 commit comments