diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-06-20 07:52:50 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-06-20 07:52:50 (GMT) |
commit | 2275e626b1694557f646fd8a06608074731d6c82 (patch) | |
tree | a1fefb026e528b27151c2de16c66ca7d68e8104a /Doc/tools | |
parent | ce1a9f309fd5b88e2792a8e31c237412fc163d28 (diff) | |
download | cpython-2275e626b1694557f646fd8a06608074731d6c82.zip cpython-2275e626b1694557f646fd8a06608074731d6c82.tar.gz cpython-2275e626b1694557f646fd8a06608074731d6c82.tar.bz2 |
Fix spelling errors in code comments
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 |