Skip to content

Commit

Permalink
Fix a typo in Doc/tutorial/errors.rst exception output (GH-126001)
Browse files Browse the repository at this point in the history
(cherry picked from commit a78d5b3)

Co-authored-by: Bogdana Vereha <[email protected]>
  • Loading branch information
bogdanap authored and miss-islington committed Oct 26, 2024
1 parent 9c6cda5 commit f9506e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/tutorial/errors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f9506e7

Please sign in to comment.