From a1af6ca0c6edaf88ad38c3aac43c48aca52e2cab Mon Sep 17 00:00:00 2001 From: Marc Abramowitz Date: Sat, 28 Jun 2014 08:21:15 -0700 Subject: [PATCH] CODING_GUIDELINES: Fix typo: / => \ --- CODING_GUIDELINES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()