From 801497a1152504f3181b495c0271bb9ff99df3d1 Mon Sep 17 00:00:00 2001 From: "Eric V. Smith" Date: Sat, 8 May 2021 22:20:04 -0400 Subject: Fix a word in dataclasses docs. (GH-26003) --- 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 f06763f..bfba15e 100644 --- a/Doc/library/dataclasses.rst +++ b/Doc/library/dataclasses.rst @@ -308,7 +308,7 @@ Module contents - ``default``, ``default_factory``, ``init``, ``repr``, ``hash``, ``compare``, ``metadata``, and ``kw_only`` have the identical - meaning and values as they do in the :func:`field` declaration. + meaning and values as they do in the :func:`field` function. Other attributes may exist, but they are private and must not be inspected or relied on. -- cgit v0.12