mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Fix spelling errors in code comments
This commit is contained in:
parent
ce1a9f309f
commit
2275e626b1
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue