8000 Fix a typo in ``Doc/tutorial/errors.rst`` exception output (#126001) · python/cpython@a78d5b3 · GitHub
[go: up one dir, main page]

Skip to content

Commit a78d5b3

Browse files
authored
Fix a typo in Doc/tutorial/errors.rst exception output (#126001)
1 parent 905eddc commit a78d5b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/tutorial/errors.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ A more complicated example::
464464
executing finally clause
465465
Traceback (most recent call last):
466466
File "<stdin>", line 1, in <module>
467-
divide("2", "0")
467+
divide("2", "1")
468468
~~~~~~^^^^^^^^^^
469469
File "<stdin>", line 3, in divide
470470
result = x / y

0 commit comments

Comments
 (0)
0