From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sun, 9 May 2021 02:22:48 +0000 (-0700) Subject: Fix a word in dataclasses docs. (GH-26003) (GH-26004) X-Git-Tag: v3.10.0b2~126 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=70ff820046e62fca3bcb165f533b50d65e054153;p=thirdparty%2FPython%2Fcpython.git Fix a word in dataclasses docs. (GH-26003) (GH-26004) (cherry picked from commit 801497a1152504f3181b495c0271bb9ff99df3d1) Co-authored-by: Eric V. Smith Co-authored-by: Eric V. Smith --- 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.