summaryrefslogtreecommitdiffstats
path: root/Doc/tutorial
diff options
context:
space:
mode:
authorİsmail Arılık <arilik.ismail@gmail.com>2018-11-03 15:05:59 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2018-11-03 15:05:59 (GMT)
commitfe62d877e300e1ee4145fff8f2bdba498b685f91 (patch)
tree27924e7e88bdce6cefbbad07a864168f9041b55c /Doc/tutorial
parente2ed5adcb5db2d70cfa72da1ba8446f7aa9e05cd (diff)
downloadcpython-fe62d877e300e1ee4145fff8f2bdba498b685f91.zip
cpython-fe62d877e300e1ee4145fff8f2bdba498b685f91.tar.gz
cpython-fe62d877e300e1ee4145fff8f2bdba498b685f91.tar.bz2
Fix a typo about a comma. (GH-10306)
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 aba61da..957cbf9 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