fix indentation
This commit is contained in:
parent
5a42a42682
commit
cfb32c2322
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue