summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2018-11-03 17:41:56 (GMT)
committerGitHub <noreply@github.com>2018-11-03 17:41:56 (GMT)
commit421b41b096fa953819e223dc3e0bcce5d57231ea (patch)
tree6eb2f0e574af7791eb0ac8d3c83ece0d2719ac13
parenta614cc92088c4e1b2d90aa03415ee6acf70f03b4 (diff)
downloadcpython-421b41b096fa953819e223dc3e0bcce5d57231ea.zip
cpython-421b41b096fa953819e223dc3e0bcce5d57231ea.tar.gz
cpython-421b41b096fa953819e223dc3e0bcce5d57231ea.tar.bz2
Fix a typo about a comma. (GH-10306)
(cherry picked from commit fe62d877e300e1ee4145fff8f2bdba498b685f91) Co-authored-by: İsmail Arılık <arilik.ismail@gmail.com>
-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 466009e..247dda7 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