From: Eric V. Smith Date: Sun, 9 May 2021 02:20:04 +0000 (-0400) Subject: Fix a word in dataclasses docs. (GH-26003) X-Git-Tag: v3.11.0a1~1168 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=801497a1152504f3181b495c0271bb9ff99df3d1;p=thirdparty%2FPython%2Fcpython.git Fix a word in dataclasses docs. (GH-26003) --- diff --git a/Doc/library/dataclasses.rst b/Doc/library/dataclasses.rst index f06763f94fd3..bfba15e96dce 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.