Skip to content

Commit 80526f6

Browse files
authored
Fix typo in dataclasses module (GH-21109)
Automerge-Triggered-By: @matrixise
1 parent 6c6810d commit 80526f6

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
@@ -1094,7 +1094,7 @@ def _asdict_inner(obj, dict_factory):
10941094
# method, because:
10951095
# - it does not recurse in to the namedtuple fields and
10961096
# convert them to dicts (using dict_factory).
1097-
# - I don't actually want to return a dict here. The the main
1097+
# - I don't actually want to return a dict here. The main
10981098
# use case here is json.dumps, and it handles converting
10991099
# namedtuples to lists. Admittedly we're losing some
11001100
# information here when we produce a json list instead of a

0 commit comments

Comments
 (0)