Skip to content

Commit

Permalink
fix typo: annoation -> annotation (#636)
Browse files Browse the repository at this point in the history
  • Loading branch information
yhay81 authored May 22, 2021
1 parent da197ee commit 2e2dfb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyflakes/test/test_type_annotations.py
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ def test_quoted_type_cast(self):
def test_type_cast_literal_str_to_str(self):
# Checks that our handling of quoted type annotations in the first
# argument to `cast` doesn't cause issues when (only) the _second_
# 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.
self.flakes("""
from typing import cast
Expand Down

0 comments on commit 2e2dfb1

Please sign in to comment.