Commit e013043f by Michael DeHaan

Merge pull request #7974 from msabramo/CODING_GUIDELINES_slash_to_backslash

CODING_GUIDELINES: Fix typo: / => \
parents 6fdf77f9 a1af6ca0
...@@ -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