summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/library/exceptions.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/exceptions.rst b/Doc/library/exceptions.rst
index c83daae..173c1c2 100644
--- a/Doc/library/exceptions.rst
+++ b/Doc/library/exceptions.rst
@@ -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:
...