mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
Issue #28306: Merge from 3.5
This commit is contained in:
commit
e5ccf3d699
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue