From cfb32c23223ffdc6d98aa1e53c9d84c411ce0449 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Fri, 27 Jan 2012 10:46:02 -0500 Subject: [PATCH] fix indentation --- pep-0409.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pep-0409.txt b/pep-0409.txt index f264657fd..1e5a49dd0 100644 --- a/pep-0409.txt +++ b/pep-0409.txt @@ -50,8 +50,7 @@ reraising the originating exception - raise NewException() from None - Follows existing syntax of explicitly declaring the originating -exception + Follows existing syntax of explicitly declaring the originating exception - exc = NewException(); exc.__context__ = None; raise exc