Skip to content

Commit

Permalink
Fix 'deecorator' typo in test/test_dataclasses (GH-5899)
Browse files Browse the repository at this point in the history
  • Loading branch information
terryjreedy committed Feb 26, 2018
1 parent dbf9cff commit 973cae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/test/test_dataclasses.py
Expand Up @@ -2411,7 +2411,7 @@ def __hash__(self):
return 301

# If frozen or eq is None, then use the default value (do not
# specify any value in the deecorator).
# specify any value in the decorator).
for frozen, eq, base, expected in [
(None, None, object, 'unhashable'),
(None, None, Base, 'unhashable'),
Expand Down

0 comments on commit 973cae0

Please sign in to comment.