Skip to content

Commit 38bb5b0

Browse files
committed
Update _EMPTY_METADATA comment
1 parent 98e6e45 commit 38bb5b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/dataclasses.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ class _KW_ONLY_TYPE:
191191
KW_ONLY = _KW_ONLY_TYPE()
192192

193193
# Since most per-field metadata will be unused, create an empty
194-
# read-only proxy that can be shared among all fields.
194+
# read-only dictionary that can be shared among all fields.
195195
_EMPTY_METADATA = frozendict()
196196

197197
# Markers for the various kinds of fields and pseudo-fields.

0 commit comments

Comments
 (0)