From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sat, 3 Nov 2018 17:41:45 +0000 (-0700) Subject: Fix a typo about a comma. (GH-10306) X-Git-Tag: v3.6.8rc1~147 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4614b983b600425ed198d2d2407ca77316762531;p=thirdparty%2FPython%2Fcpython.git Fix a typo about a comma. (GH-10306) (cherry picked from commit fe62d877e300e1ee4145fff8f2bdba498b685f91) Co-authored-by: İsmail Arılık --- diff --git a/Doc/tutorial/errors.rst b/Doc/tutorial/errors.rst index aba61da5f7c3..957cbf962b20 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