8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0ccc40 commit 8ea350eCopy full SHA for 8ea350e
Doc/library/exceptions.rst
@@ -96,7 +96,7 @@ The following exceptions are used mostly as base classes for other exceptions.
96
instance of ``OtherException`` while preserving the traceback. Once
97
raised, the current frame is pushed onto the traceback of the
98
``OtherException``, as would have happened to the traceback of the
99
- original ``SomeException`` had we allowed it to propagate to the caller.
+ original ``SomeException`` had we allowed it to propagate to the caller. ::
100
101
try:
102
...
0 commit comments