We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab5d43b commit 20c603aCopy full SHA for 20c603a
Lib/dataclasses.py
@@ -1393,7 +1393,7 @@ def fields(class_or_instance):
1393
def _field_names(class_or_instance):
1394
"""Return a tuple describing the field names of this dataclass.
1395
1396
- Accepts a dataclass or an instance of one. Excludes pseudo-fields
+ Accepts a dataclass or an instance of one. Excludes pseudo-fields.
1397
"""
1398
1399
return getattr(class_or_instance, _FIELD_NAMES)
0 commit comments