Skip to content

Commit

Permalink
fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
miki725 committed Jun 7, 2018
1 parent 754814e commit 3621673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion importanize/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def __bool__(self):
'--list',
action='store_true',
default=False,
help='List all dependencies found in all parsed files'
help='List all imports found in all parsed files'
)
parser.add_argument(
'--version',
Expand Down

0 comments on commit 3621673

Please sign in to comment.