From: İsmail Arılık Date: Sat, 3 Nov 2018 15:05:59 +0000 (-0700) Subject: Fix a typo about a comma. (GH-10306) X-Git-Tag: v3.8.0a1~591 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fe62d877e300e1ee4145fff8f2bdba498b685f91;p=python Fix a typo about a comma. (GH-10306) --- 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