[Python-checkins] peps: Separate -> surround.

guido.van.rossum python-checkins at python.org
Wed Apr 22 23:09:51 CEST 2015


https://hg.python.org/peps/rev/6c208fbae66c
changeset:   5784:6c208fbae66c
user:        Guido van Rossum <guido at python.org>
date:        Wed Apr 22 14:09:41 2015 -0700
summary:
  Separate -> surround.

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


diff --git a/pep-0008.txt b/pep-0008.txt
--- a/pep-0008.txt
+++ b/pep-0008.txt
@@ -266,10 +266,10 @@
 Blank Lines
 -----------
 
-Separate top-level function and class definitions with two blank
+Surround top-level function and class definitions with two blank
 lines.
 
-Method definitions inside a class are separated by a single blank
+Method definitions inside a class are surrounded by a single blank
 line.
 
 Extra blank lines may be used (sparingly) to separate groups of

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


More information about the Python-checkins mailing list