Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 72720a2

Browse files
authored
dataclasses docs: add a missing word. (GH-25839)
1 parent a21b3d2 commit 72720a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/dataclasses.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ Module contents
439439

440440
.. data:: KW_ONLY
441441

442-
A sentinel value used a type annotation. Any fields after a
442+
A sentinel value used as a type annotation. Any fields after a
443443
pseudo-field with the type of :const:`KW_ONLY` are marked as
444444
keyword-only fields. Note that a pseudo-field of type
445445
:const:`KW_ONLY` is otherwise completely ignored. This includes the

0 commit comments

Comments
 (0)