summaryrefslogtreecommitdiffstats
path: root/Doc/tools/extensions/suspicious.py
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/tools/extensions/suspicious.py')
-rw-r--r--Doc/tools/extensions/suspicious.py2
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