Fix spelling errors in code comments

This commit is contained in:
Martin Panter 2016-06-20 07:52:50 +00:00
parent ce1a9f309f
commit 2275e626b1
2 changed files with 3 additions and 3 deletions

View file

@ -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