[Python-checkins] peps: fix more indentation

benjamin.peterson python-checkins at python.org
Fri Jan 27 16:48:20 CET 2012


http://hg.python.org/peps/rev/99f4916dcb4c
changeset:   4024:99f4916dcb4c
user:        Benjamin Peterson <benjamin at python.org>
date:        Fri Jan 27 10:48:17 2012 -0500
summary:
  fix more indentation

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


diff --git a/pep-0409.txt b/pep-0409.txt
--- a/pep-0409.txt
+++ b/pep-0409.txt
@@ -45,8 +45,8 @@
 
    - raise as NewException()
 
-     Reuses the 'as' keyword; can be confusing since we are not really 
-reraising the originating exception
+     Reuses the 'as' keyword; can be confusing since we are not really reraising
+     the originating exception
 
    - raise NewException() from None
 

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


More information about the Python-checkins mailing list