diff --git a/pep-0008.txt b/pep-0008.txt index 4d7bc9c1f..0a2a5b84b 100644 --- a/pep-0008.txt +++ b/pep-0008.txt @@ -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):