[Python-checkins] Fix a typo about a comma. (GH-10306)

Miss Islington (bot) webhook-mailer at python.org
Sat Nov 3 13:41:48 EDT 2018


https://github.com/python/cpython/commit/4614b983b600425ed198d2d2407ca77316762531
commit: 4614b983b600425ed198d2d2407ca77316762531
branch: 3.6
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2018-11-03T10:41:45-07:00
summary:

Fix a typo about a comma. (GH-10306)

(cherry picked from commit fe62d877e300e1ee4145fff8f2bdba498b685f91)

Co-authored-by: İsmail Arılık <arilik.ismail at gmail.com>

files:
M Doc/tutorial/errors.rst

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



More information about the Python-checkins mailing list