Commit a1af6ca0 by Marc Abramowitz

CODING_GUIDELINES: Fix typo: / => \

parent 6fdf77f9
...@@ -120,7 +120,7 @@ Line up variables ...@@ -120,7 +120,7 @@ Line up variables
Don't use line continuations: Don't use line continuations:
# no # 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): i_am_going_to_continue_it):
bar() bar()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment