Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 973cae0

Browse files
authored
Fix 'deecorator' typo in test/test_dataclasses (GH-5899)
1 parent dbf9cff commit 973cae0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_dataclasses.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2411,7 +2411,7 @@ def __hash__(self):
24112411
return 301
24122412

24132413
# If frozen or eq is None, then use the default value (do not
2414-
# specify any value in the deecorator).
2414+
# specify any value in the decorator).
24152415
for frozen, eq, base, expected in [
24162416
(None, None, object, 'unhashable'),
24172417
(None, None, Base, 'unhashable'),

0 commit comments

Comments
 (0)