From 72720a2639368436da0981983549d000170623cc Mon Sep 17 00:00:00 2001 From: "Eric V. Smith" Date: Mon, 3 May 2021 02:33:34 -0400 Subject: dataclasses docs: add a missing word. (GH-25839) --- Doc/library/dataclasses.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/dataclasses.rst b/Doc/library/dataclasses.rst index 357ea98..64540b3 100644 --- a/Doc/library/dataclasses.rst +++ b/Doc/library/dataclasses.rst @@ -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 -- cgit v0.12