Skip to content

Commit

Permalink
Fix typo in unnecessary generator message
Browse files Browse the repository at this point in the history
  • Loading branch information
tsx authored Dec 14, 2020
1 parent bd7f088 commit 08543c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fixit/rules/rewrite_to_comprehension.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@


UNNECESSARY_GENERATOR: str = (
"It's unnecessary to use {func} around a geneartor expression, since "
"It's unnecessary to use {func} around a generator expression, since "
+ "there are equivalent comprehensions for this type."
)
UNNECESSARY_LIST_COMPREHENSION: str = (
Expand Down

0 comments on commit 08543c8

Please sign in to comment.