Skip to content

Commit de255c6

Browse files
authored
Merge pull request #191 from alasdairnicol/patch-1
Fix typo in help string for --enforce option
2 parents 5b53d28 + 8f0aacd commit de255c6

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)