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