diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-06-20 07:55:14 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-06-20 07:55:14 (GMT) |
commit | 590dcab95af162aafcb5db34a36f1a3118ac83b7 (patch) | |
tree | 92074ea292f03d713eba666e0bc20e791cbd1955 /Doc/tools | |
parent | 9a573a0c23f4814946393a901b3f0ecbf91c268b (diff) | |
parent | 2275e626b1694557f646fd8a06608074731d6c82 (diff) | |
download | cpython-590dcab95af162aafcb5db34a36f1a3118ac83b7.zip cpython-590dcab95af162aafcb5db34a36f1a3118ac83b7.tar.gz cpython-590dcab95af162aafcb5db34a36f1a3118ac83b7.tar.bz2 |
Merge spelling fixes from 3.5
Diffstat (limited to 'Doc/tools')
-rw-r--r-- | Doc/tools/extensions/suspicious.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tools/extensions/suspicious.py b/Doc/tools/extensions/suspicious.py index d3ed849..0a70e57 100644 --- a/Doc/tools/extensions/suspicious.py +++ b/Doc/tools/extensions/suspicious.py @@ -270,5 +270,5 @@ class SuspiciousVisitor(nodes.GenericNodeVisitor): # ignore comments -- too much false positives. # (although doing this could miss some errors; # there were two sections "commented-out" by mistake - # in the Python docs that would not be catched) + # in the Python docs that would not be caught) raise nodes.SkipNode |