mirror of https://github.com/python/cpython
Fix a typo in ``Doc/tutorial/errors.rst`` exception output (#126001)
This commit is contained in:
parent
905eddceb2
commit
a78d5b3242
|
@ -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…
Reference in New Issue