Commit cf79cdb7 authored by Berker Peksag's avatar Berker Peksag

Issue #28306: Update exception message of ZeroDivisionError

parent ab39b099
......@@ -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