summaryrefslogtreecommitdiff
path: root/Doc/library/exceptions.rst
diff options
context:
space:
mode:
authordelirious-lettuce <delirious.lettuce@gmail.com>2017-05-21 15:26:01 -0600
committerSerhiy Storchaka <storchaka@gmail.com>2017-05-22 00:26:01 +0300
commit0702cc01fa3dc52087a5d468fc5a4984f3697446 (patch)
treeb528e3bf3c38efdb39a5810ec7b9ddfa55a82336 /Doc/library/exceptions.rst
parentcf5c1be8f6e0bc90280f66c65bb49808f01bfb3a (diff)
downloadcpython-git-0702cc01fa3dc52087a5d468fc5a4984f3697446.tar.gz
[3.6] Fix typos in multiple `.rst` files (GH-1668) (#1702)
(cherry picked from commit 3378b2062c7fbb77a9b5e6d315d6b94160fac69a)
Diffstat (limited to 'Doc/library/exceptions.rst')
-rw-r--r--Doc/library/exceptions.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/exceptions.rst b/Doc/library/exceptions.rst
index a428f5165f..a6b20a5ac9 100644
--- a/Doc/library/exceptions.rst
+++ b/Doc/library/exceptions.rst
@@ -243,7 +243,7 @@ The following exceptions are the exceptions that are usually raised.
.. note::
- It should not be used to indicate that an operater or method is not
+ It should not be used to indicate that an operator or method is not
meant to be supported at all -- in that case either leave the operator /
method undefined or, if a subclass, set it to :data:`None`.