summaryrefslogtreecommitdiff
path: root/Doc/tutorial
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2018-11-03 10:41:38 -0700
committerGitHub <noreply@github.com>2018-11-03 10:41:38 -0700
commit133fd6527d66e0e744210e0494762a67ff02a6c4 (patch)
tree318d0734f037853045306d16ffb581f386c66cf9 /Doc/tutorial
parenta9122d183b1fbc4484d72aec69fc0979c7fd91f2 (diff)
downloadcpython-git-133fd6527d66e0e744210e0494762a67ff02a6c4.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/tutorial')
-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 aba61da5f7..957cbf962b 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