[Python-checkins] peps: Bring PEP 8 in line with PEP 257

brett.cannon python-checkins at python.org
Sat Mar 1 16:57:56 CET 2014


http://hg.python.org/peps/rev/5efe00002b3e
changeset:   5390:5efe00002b3e
user:        Brett Cannon <brett at python.org>
date:        Sat Mar 01 10:57:51 2014 -0500
summary:
  Bring PEP 8 in line with PEP 257

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


diff --git a/pep-0008.txt b/pep-0008.txt
--- a/pep-0008.txt
+++ b/pep-0008.txt
@@ -550,7 +550,6 @@
       """Return a foobang
 
       Optional plotz says to frobnicate the bizbaz first.
-
       """
 
 - For one liner docstrings, it's okay to keep the closing ``"""`` on

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


More information about the Python-checkins mailing list