[Python-checkins] peps (merge default -> default): null merge

yury.selivanov python-checkins at python.org
Thu Apr 23 18:52:08 CEST 2015


https://hg.python.org/peps/rev/364270ff01e2
changeset:   5786:364270ff01e2
parent:      5785:352d4f907266
parent:      5784:6c208fbae66c
user:        Yury Selivanov <yselivanov at sprymix.com>
date:        Thu Apr 23 12:52:06 2015 -0400
summary:
  null merge

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