diff --git a/CODING_GUIDELINES.md b/CODING_GUIDELINES.md index 2da07681cee..701eb02fb46 100644 --- a/CODING_GUIDELINES.md +++ b/CODING_GUIDELINES.md @@ -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()