Skip to content

Commit 6275ea0

Browse files
bpo-44030: Fix formatting error in exceptions docs (GH-25929) (GH-26086)
(cherry picked from commit 8ea350e) Co-authored-by: Miguel Brito <[email protected]>
1 parent ba260ac commit 6275ea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/exceptions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ The following exceptions are used mostly as base classes for other exceptions.
9696
instance of ``OtherException`` while preserving the traceback. Once
9797
raised, the current frame is pushed onto the traceback of the
9898
``OtherException``, as would have happened to the traceback of the
99-
original ``SomeException`` had we allowed it to propagate to the caller.
99+
original ``SomeException`` had we allowed it to propagate to the caller. ::
100100

101101
try:
102102
...

0 commit comments

Comments
 (0)