[Python-checkins] peps: Attempt to clean up PEP 257 footnotes.

guido.van.rossum python-checkins at python.org
Tue Mar 4 18:20:00 CET 2014


http://hg.python.org/peps/rev/4b5a1100c7af
changeset:   5399:4b5a1100c7af
user:        Guido van Rossum <guido at dropbox.com>
date:        Tue Mar 04 09:19:58 2014 -0800
summary:
  Attempt to clean up PEP 257 footnotes.

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


diff --git a/pep-0257.txt b/pep-0257.txt
--- a/pep-0257.txt
+++ b/pep-0257.txt
@@ -290,13 +290,10 @@
 .. [2] PEP 258, Docutils Design Specification, Goodger
    (http://www.python.org/dev/peps/pep-0258/)
 
-.. [3] Guido van Rossum, Python's creator and Benevolent Dictator For
-   Life.
-
 .. _Docutils: http://docutils.sourceforge.net/
 
 .. _Python Style Guide:
-   (http://www.python.org/dev/peps/pep-0008/)
+   http://www.python.org/dev/peps/pep-0008/
 
 .. _Doc-SIG: http://www.python.org/sigs/doc-sig/
 

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


More information about the Python-checkins mailing list