[Python-checkins] peps: Nice simplification from Nick.

barry.warsaw python-checkins at python.org
Sun Apr 27 22:26:23 CEST 2014


http://hg.python.org/peps/rev/e7bf114ee31a
changeset:   5470:e7bf114ee31a
user:        Barry Warsaw <barry at python.org>
date:        Sun Apr 27 16:26:18 2014 -0400
summary:
  Nice simplification from Nick.

files:
  pep-0008.txt |  3 +--
  1 files changed, 1 insertions(+), 2 deletions(-)


diff --git a/pep-0008.txt b/pep-0008.txt
--- a/pep-0008.txt
+++ b/pep-0008.txt
@@ -112,8 +112,7 @@
         var_four):
         print(var_one)
 
-The 4-space rule is optional for the indented lines in a multi-line
-construct.
+The 4-space rule is optional for continuation lines.
 
 Optional::
 

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list