]> 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:56 +0000 (10:41 -0700)
committerGitHub <noreply@github.com>
Sat, 3 Nov 2018 17:41:56 +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 466009e51e7be38e3236d347f7c5db4adb5a7d20..247dda761c00c9ee01a9ce5a59fac6266f7f4e25 100644 (file)
@@ -315,7 +315,7 @@ to create specific exception classes for different error conditions::
            self.next = next
            self.msg = msg
 
-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