Skip to content

Commit 7ca1755

Browse files
committed
Merge pull request #436 from sigmavirus24/pr/409
Update PR #409
2 parents 43869ab + 51b1534 commit 7ca1755

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pep8.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1962,8 +1962,8 @@ def get_parser(prog='pep8', version=__version__):
19621962
parser.add_option('--format', metavar='format', default='default',
19631963
help="set the error format [default|pylint|<custom>]")
19641964
parser.add_option('--diff', action='store_true',
1965-
help="report only lines changed according to the "
1966-
"unified diff received on STDIN")
1965+
help="report changes only within line number ranges in "
1966+
"the unified diff received on STDIN")
19671967
group = parser.add_option_group("Testing Options")
19681968
if os.path.exists(TESTSUITE_PATH):
19691969
group.add_option('--testsuite', metavar='dir',

0 commit comments

Comments
 (0)