From 475d7618d7a575dd61ff4e2cb3a7fb0af893f783 Mon Sep 17 00:00:00 2001 From: Ron Balter <44070810+Ronbalt@users.noreply.github.com> Date: Sat, 4 Sep 2021 00:46:59 +0300 Subject: [PATCH] Update errors.rst --- Doc/tutorial/errors.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: