[Python-checkins] peps: fix indentation

benjamin.peterson python-checkins at python.org
Mon Mar 25 22:51:12 CET 2013


http://hg.python.org/peps/rev/cff144873bf3
changeset:   4823:cff144873bf3
user:        Benjamin Peterson <benjamin at python.org>
date:        Mon Mar 25 17:51:06 2013 -0400
summary:
  fix indentation

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


diff --git a/pep-0434.txt b/pep-0434.txt
--- a/pep-0434.txt
+++ b/pep-0434.txt
@@ -164,7 +164,7 @@
    (http://bugs.python.org/issue10405)
 
 .. [4] IDLE: calltips mishandle raw strings and other examples,
-    Reedy, Terry
+   Reedy, Terry
    (http://bugs.python.org/issue12510)
 
 .. [5] IDLE: replace ending with '\' causes crash, Reedy, Terry

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


More information about the Python-checkins mailing list