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 98e6e45 commit 38bb5b0Copy full SHA for 38bb5b0
Lib/dataclasses.py
@@ -191,7 +191,7 @@ class _KW_ONLY_TYPE:
191
KW_ONLY = _KW_ONLY_TYPE()
192
193
# Since most per-field metadata will be unused, create an empty
194
-# read-only proxy that can be shared among all fields.
+# read-only dictionary that can be shared among all fields.
195
_EMPTY_METADATA = frozendict()
196
197
# Markers for the various kinds of fields and pseudo-fields.
0 commit comments