fix more indentation
This commit is contained in:
parent
b5c41e4ec2
commit
a086492249
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue