]> granicus.if.org Git - python/commitdiff
Fix 'deecorator' typo in test/test_dataclasses (GH-5899)
authorTerry Jan Reedy <tjreedy@udel.edu>
Mon, 26 Feb 2018 02:38:18 +0000 (21:38 -0500)
committerGitHub <noreply@github.com>
Mon, 26 Feb 2018 02:38:18 +0000 (21:38 -0500)
Lib/test/test_dataclasses.py

index ea019ae847b2145e1d5ca26f2fc9cc29596ee155..582cb3459f5ddf319bddd8c49578ac54fdad75e3 100755 (executable)
@@ -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'),