Skip to content

Commit ffe9386

Browse files
DahlitzFlorianasottile
authored andcommitted
fix test name typo (#478)
1 parent ee1eb06 commit ffe9386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyflakes/test/test_type_annotations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ def f(a, b):
332332
return a + b
333333
''')
334334

335-
def test_typeCommentsAdditionalComemnt(self):
335+
def test_typeCommentsAdditionalComment(self):
336336
self.flakes("""
337337
from mod import F
338338

0 commit comments

Comments
 (0)