]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix a typo about a comma. (GH-10306)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 3 Nov 2018 17:41:45 +0000 (10:41 -0700)
committerGitHub <noreply@github.com>
Sat, 3 Nov 2018 17:41:45 +0000 (10:41 -0700)
(cherry picked from commit fe62d877e300e1ee4145fff8f2bdba498b685f91)

Co-authored-by: İsmail Arılık <arilik.ismail@gmail.com>
Doc/tutorial/errors.rst

index aba61da5f7c313c378fb617a49d2cd1dd92b810f..957cbf962b203f2ea8f35a28c550c2c65d79179d 100644 (file)
@@ -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