We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9dec31 commit 51b1534Copy full SHA for 51b1534
pep8.py
@@ -1962,7 +1962,7 @@ def get_parser(prog='pep8', version=__version__):
1962
parser.add_option('--format', metavar='format', default='default',
1963
help="set the error format [default|pylint|<custom>]")
1964
parser.add_option('--diff', action='store_true',
1965
- help="analyze changes only within line number ranges of "
+ help="report changes only within line number ranges in "
1966
"the unified diff received on STDIN")
1967
group = parser.add_option_group("Testing Options")
1968
if os.path.exists(TESTSUITE_PATH):
0 commit comments