mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
dataclasses docs: add a missing word. (GH-25839)
This commit is contained in:
parent
a21b3d2fa2
commit
72720a2639
1 changed files with 1 additions and 1 deletions
|
|
@ -439,7 +439,7 @@ Module contents
|
|||
|
||||
.. data:: KW_ONLY
|
||||
|
||||
A sentinel value used a type annotation. Any fields after a
|
||||
A sentinel value used as a type annotation. Any fields after a
|
||||
pseudo-field with the type of :const:`KW_ONLY` are marked as
|
||||
keyword-only fields. Note that a pseudo-field of type
|
||||
:const:`KW_ONLY` is otherwise completely ignored. This includes the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue