From a0864922498954336853b9e61422bfba01567508 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Fri, 27 Jan 2012 10:48:17 -0500 Subject: [PATCH] fix more indentation --- pep-0409.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pep-0409.txt b/pep-0409.txt index 88b13aeb4..6c3d8dd0c 100644 --- a/pep-0409.txt +++ b/pep-0409.txt @@ -45,8 +45,8 @@ Several possibilities have been put forth: - 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