mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Fix a word in dataclasses docs. (GH-26003)
This commit is contained in:
parent
3d98ececda
commit
801497a115
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