mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
bpo-44030: Fix formatting error in exceptions docs (GH-25929)
This commit is contained in:
parent
a0ccc404ca
commit
8ea350ee90
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ The following exceptions are used mostly as base classes for other exceptions.
|
|||
instance of ``OtherException`` while preserving the traceback. Once
|
||||
raised, the current frame is pushed onto the traceback of the
|
||||
``OtherException``, as would have happened to the traceback of the
|
||||
original ``SomeException`` had we allowed it to propagate to the caller.
|
||||
original ``SomeException`` had we allowed it to propagate to the caller. ::
|
||||
|
||||
try:
|
||||
...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue