mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Fix a typo in `Doc/tutorial/errors.rst
` exception output (#126001)
This commit is contained in:
parent
905eddceb2
commit
a78d5b3242
1 changed files with 1 additions and 1 deletions
|
@ -464,7 +464,7 @@ A more complicated example::
|
|||
executing finally clause
|
||||
Traceback (most recent call last):
|
||||
File "<stdin>", line 1, in <module>
|
||||
divide("2", "0")
|
||||
divide("2", "1")
|
||||
~~~~~~^^^^^^^^^^
|
||||
File "<stdin>", line 3, in divide
|
||||
result = x / y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue