Skip to content
Snippets Groups Projects
Unverified Commit 72720a26 authored by Eric V. Smith's avatar Eric V. Smith Committed by GitHub
Browse files

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

parent a21b3d2f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment