PEP 8: Comment clarification (#861)
This commit is contained in:
parent
548f3fed41
commit
b487e29f03
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue