Skip to content

Commit

Permalink
Fix typo in rewrite_to_literal (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
hauntsaninja authored Sep 5, 2020
1 parent 46a0d0b commit f189e05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fixit/rules/rewrite_to_literal.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

UNNECESSARY_LITERAL: str = (
"It's unnecessary to use a list or tuple within a call to {func} since"
+ "there is literal syntax for this type"
+ " there is literal syntax for this type"
)
UNNCESSARY_CALL: str = (
"It's slower to call {func}() than using the empty literal, because"
Expand Down

0 comments on commit f189e05

Please sign in to comment.