Fix a word in dataclasses docs. (GH-26003)

This commit is contained in:
Eric V. Smith 2021-05-08 22:20:04 -04:00 committed by GitHub
parent 3d98ececda
commit 801497a115
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.