We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da197ee commit 2e2dfb1Copy full SHA for 2e2dfb1
pyflakes/test/test_type_annotations.py
@@ -531,7 +531,7 @@ def test_quoted_type_cast(self):
531
def test_type_cast_literal_str_to_str(self):
532
# Checks that our handling of quoted type annotations in the first
533
# 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.
+ # argument is a literal str which looks a bit like a type annotation.
535
self.flakes("""
536
from typing import cast
537
0 commit comments