summaryrefslogtreecommitdiff
path: root/checkers/typecheck.py
diff options
context:
space:
mode:
authorDavid Shea <dshea@redhat.com>2014-07-08 08:43:04 -0400
committerDavid Shea <dshea@redhat.com>2014-07-08 08:43:04 -0400
commitaa1e081cbba4c86e911c39e41249582f41b4a0c7 (patch)
tree5e7adbaef41ccad08d26adf33b573b8ace3642fd /checkers/typecheck.py
parent19e0c67dacf51fea6560bac63903e14914268322 (diff)
downloadpylint-aa1e081cbba4c86e911c39e41249582f41b4a0c7.tar.gz
Fix a typo in a comment
Diffstat (limited to 'checkers/typecheck.py')
-rw-r--r--checkers/typecheck.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/checkers/typecheck.py b/checkers/typecheck.py
index 6a06b81..3080578 100644
--- a/checkers/typecheck.py
+++ b/checkers/typecheck.py
@@ -558,7 +558,7 @@ accessed. Python regular expressions are accepted.'}
methodname = '__getitem__'
# Check if this instance's __getitem__, __setitem__, or __delitem__, as
- # appropriate to the statement, is implemented in a bulitin sequence
+ # appropriate to the statement, is implemented in a builtin sequence
# type. This way we catch subclasses of sequence types but skip classes
# that override __getitem__ and which may allow non-integer indices.
try: