mirror of
https://github.com/python/cpython.git
synced 2026-02-13 19:04:37 +00:00
Fix a word in dataclasses docs. (GH-26003) (GH-26004)
(cherry picked from commit 801497a115)
Co-authored-by: Eric V. Smith <ericvsmith@users.noreply.github.com>
Co-authored-by: Eric V. Smith <ericvsmith@users.noreply.github.com>
This commit is contained in:
parent
03acfc50ac
commit
70ff820046
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue