mirror of
https://github.com/python/cpython.git
synced 2025-11-02 06:31:29 +00:00
[3.13] Fix a typo in `Doc/tutorial/errors.rst` exception output (GH-126001) (#126009)
Fix a typo in ``Doc/tutorial/errors.rst`` exception output (GH-126001)
(cherry picked from commit a78d5b3242)
Co-authored-by: Bogdana Vereha <bogdanap@github.com>
This commit is contained in:
parent
9c6cda5ccb
commit
f521142b47
1 changed files with 1 additions and 1 deletions
|
|
@ -464,7 +464,7 @@ A more complicated example::
|
||||||
executing finally clause
|
executing finally clause
|
||||||
Traceback (most recent call last):
|
Traceback (most recent call last):
|
||||||
File "<stdin>", line 1, in <module>
|
File "<stdin>", line 1, in <module>
|
||||||
divide("2", "0")
|
divide("2", "1")
|
||||||
~~~~~~^^^^^^^^^^
|
~~~~~~^^^^^^^^^^
|
||||||
File "<stdin>", line 3, in divide
|
File "<stdin>", line 3, in divide
|
||||||
result = x / y
|
result = x / y
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue