fix more indentation

This commit is contained in:
Benjamin Peterson 2012-01-27 10:48:17 -05:00
parent b5c41e4ec2
commit a086492249
1 changed files with 2 additions and 2 deletions

View File

@ -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