Skip to content

Commit 8f0aacd

Browse files
Fix typo in help string for --enforce option
1 parent 5b53d28 commit 8f0aacd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libmodernize/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def main(args=None):
6969
parser.add_option("--no-six", action="store_true", default=False,
7070
help="Exclude fixes that depend on the six package.")
7171
parser.add_option("--enforce", action="store_true", default=False,
72-
help="Returns non-zero exit code of any fixers had to be applied. "
72+
help="Returns non-zero exit code if any fixers had to be applied. "
7373
"Useful for enforcing Python 3 compatibility.")
7474

7575
fixer_pkg = 'libmodernize.fixes'

0 commit comments

Comments
 (0)