fix indentation

This commit is contained in:
Benjamin Peterson 2012-01-27 10:46:02 -05:00
parent 5a42a42682
commit cfb32c2322
1 changed files with 1 additions and 2 deletions

View File

@ -50,8 +50,7 @@ reraising the originating exception
- raise NewException() from None - raise NewException() from None
Follows existing syntax of explicitly declaring the originating Follows existing syntax of explicitly declaring the originating exception
exception
- exc = NewException(); exc.__context__ = None; raise exc - exc = NewException(); exc.__context__ = None; raise exc