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