CODING_GUIDELINES: Fix typo: / => \
This commit is contained in:
parent
6fdf77f9fe
commit
a1af6ca0c6
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ Line up variables
|
|||
Don't use line continuations:
|
||||
|
||||
# no
|
||||
if (this_is_a_very_long_line and foo and /
|
||||
if (this_is_a_very_long_line and foo and \
|
||||
i_am_going_to_continue_it):
|
||||
bar()
|
||||
|
||||
|
|
Loading…
Reference in a new issue