From fe62d877e300e1ee4145fff8f2bdba498b685f91 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C4=B0smail=20Ar=C4=B1l=C4=B1k?= Date: Sat, 3 Nov 2018 08:05:59 -0700 Subject: [PATCH] Fix a typo about a comma. (GH-10306) --- 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 aba61da5f7..957cbf962b 100644 --- a/Doc/tutorial/errors.rst +++ b/Doc/tutorial/errors.rst @@ -314,7 +314,7 @@ to create specific exception classes for different error conditions:: self.next = next self.message = message -Most exceptions are defined with names that end in "Error," similar to the +Most exceptions are defined with names that end in "Error", similar to the naming of the standard exceptions. Many standard modules define their own exceptions to report errors that may -- 2.49.0