diff --git a/Doc/tutorial/errors.rst b/Doc/tutorial/errors.rst index 4e2ed1d10a65c6..3387a87e9ba625 100644 --- a/Doc/tutorial/errors.rst +++ b/Doc/tutorial/errors.rst @@ -291,7 +291,7 @@ This can be useful when you are transforming exceptions. For example:: Traceback (most recent call last): File "", line 2, in File "", line 2, in func - OSError + IOError The above exception was the direct cause of the following exception: