Skip to content

Commit 2e2dfb1

Browse files
authored
fix typo: annoation -> annotation (#636)
1 parent da197ee commit 2e2dfb1

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
@@ -531,7 +531,7 @@ def test_quoted_type_cast(self):
531531
def test_type_cast_literal_str_to_str(self):
532532
# Checks that our handling of quoted type annotations in the first
533533
# argument to `cast` doesn't cause issues when (only) the _second_
534-
# argument is a literal str which looks a bit like a type annoation.
534+
# argument is a literal str which looks a bit like a type annotation.
535535
self.flakes("""
536536
from typing import cast
537537

0 commit comments

Comments
 (0)