]> granicus.if.org Git - python/commitdiff
Fix 'deecorator' typo in test/test_dataclasses (GH-5899)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 26 Feb 2018 03:09:05 +0000 (19:09 -0800)
committerGitHub <noreply@github.com>
Mon, 26 Feb 2018 03:09:05 +0000 (19:09 -0800)
(cherry picked from commit 973cae07d6ce7f5a93bd9cd3bcb724a96cfe14e9)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Lib/test/test_dataclasses.py

index 9752f5502c7da093cd21513766194eb191bacfcd..c24af7fc79c470085a8b4a3d54605d3180d5224f 100755 (executable)
@@ -2403,7 +2403,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'),