8000 bpo-44030: Fix formatting error in exceptions docs (GH-25929) · coderanger/cpython@8ea350e · GitHub
[go: up one dir, main page]

Skip to content

Commit 8ea350e

Browse files
authored
bpo-44030: Fix formatting error in exceptions docs (pythonGH-25929)
1 parent a0ccc40 commit 8ea350e

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)
0