Commit e5ccf3d6 authored by Berker Peksag's avatar Berker Peksag

Issue #28306: Merge from 3.5

parents db83f72a cf79cdb7
......@@ -201,7 +201,7 @@ indirectly) in the try clause. For example::
... except ZeroDivisionError as err:
... print('Handling run-time error:', err)
...
Handling run-time error: int division or modulo by zero
Handling run-time error: division by zero
.. _tut-raising:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment