summaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2018-11-03 10:41:56 -0700
committerGitHub <noreply@github.com>2018-11-03 10:41:56 -0700
commit421b41b096fa953819e223dc3e0bcce5d57231ea (patch)
tree6eb2f0e574af7791eb0ac8d3c83ece0d2719ac13 /Doc
parenta614cc92088c4e1b2d90aa03415ee6acf70f03b4 (diff)
downloadcpython-git-421b41b096fa953819e223dc3e0bcce5d57231ea.tar.gz
Fix a typo about a comma. (GH-10306)
(cherry picked from commit fe62d877e300e1ee4145fff8f2bdba498b685f91) Co-authored-by: İsmail Arılık <arilik.ismail@gmail.com>
Diffstat (limited to 'Doc')
-rw-r--r--Doc/tutorial/errors.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tutorial/errors.rst b/Doc/tutorial/errors.rst
index 466009e51e..247dda761c 100644
--- a/Doc/tutorial/errors.rst
+++ b/Doc/tutorial/errors.rst
@@ -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