summaryrefslogtreecommitdiff
path: root/pyflakes/test/test_type_annotations.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyflakes/test/test_type_annotations.py')
-rw-r--r--pyflakes/test/test_type_annotations.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyflakes/test/test_type_annotations.py b/pyflakes/test/test_type_annotations.py
index 045c57a..289535d 100644
--- a/pyflakes/test/test_type_annotations.py
+++ b/pyflakes/test/test_type_annotations.py
@@ -332,7 +332,7 @@ class TestTypeAnnotations(TestCase):
return a + b
''')
- def test_typeCommentsAdditionalComemnt(self):
+ def test_typeCommentsAdditionalComment(self):
self.flakes("""
from mod import F