Commit 973cae07 authored by Terry Jan Reedy's avatar Terry Jan Reedy Committed by GitHub

Fix 'deecorator' typo in test/test_dataclasses (GH-5899)

parent dbf9cff4
......@@ -2411,7 +2411,7 @@ class TestHash(unittest.TestCase):
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'),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment