Skip to content

Commit

Permalink
Fixed typo in the file name (precent > percent) (Instagram#301)
Browse files Browse the repository at this point in the history
* Fixed typo in the file name (precent > percent)

Noticed the typo when using `python -m libcst.tool list`, hopefully this fix won't break backwards compatibility!

* fixed typo in test as well
  • Loading branch information
lrjball authored May 28, 2020
1 parent f32389a commit 1a66b41
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
# pyre-strict
from libcst.codemod import CodemodTest
from libcst.codemod.commands.convert_precent_format_to_fstring import (
from libcst.codemod.commands.convert_percent_format_to_fstring import (
ConvertPercentFormatStringCommand,
)

Expand Down

0 comments on commit 1a66b41

Please sign in to comment.