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