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.
2 parents 43869ab + 51b1534 commit 7ca1755Copy full SHA for 7ca1755
pep8.py
@@ -1962,8 +1962,8 @@ 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="report only lines changed according to the "
1966
- "unified diff received on STDIN")
+ help="report changes only within line number ranges in "
+ "the unified diff received on STDIN")
1967
group = parser.add_option_group("Testing Options")
1968
if os.path.exists(TESTSUITE_PATH):
1969
group.add_option('--testsuite', metavar='dir',
0 commit comments