PEP 8: Comment clarification (#861)

This commit is contained in:
Andrew Stepin 2019-01-09 22:02:41 +03:00 committed by Brett Cannon
parent 548f3fed41
commit b487e29f03
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ Yes::
foo = long_function_name(var_one, var_two,
var_three, var_four)
# More indentation included to distinguish this from the rest.
# Add 4 spaces (an extra level of indentation) to distinguish arguments from the rest.
def long_function_name(
var_one, var_two, var_three,
var_four):