dataclasses docs: add a missing word. (GH-25839)

This commit is contained in:
Eric V. Smith 2021-05-03 02:33:34 -04:00 committed by GitHub
parent a21b3d2fa2
commit 72720a2639
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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