summaryrefslogtreecommitdiff
path: root/protocols.py
diff options
context:
space:
mode:
authorEmile Anclin <emile.anclin@logilab.fr>2009-09-07 18:48:18 +0200
committerEmile Anclin <emile.anclin@logilab.fr>2009-09-07 18:48:18 +0200
commit95ee8a6c7fc4899ca7f557789303fe5b41eea643 (patch)
treeae0b57543c7c4a723840b463b4b0dd6dd34212f5 /protocols.py
parent242a537c12af07aae4a1e1cc10fe728bf0ebe36b (diff)
downloadastroid-git-95ee8a6c7fc4899ca7f557789303fe5b41eea643.tar.gz
[R] rename LookupMixin to LookupMixIn and move LocalsDictMixIn to lookup.py
Diffstat (limited to 'protocols.py')
-rw-r--r--protocols.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols.py b/protocols.py
index a633f46d..97625a78 100644
--- a/protocols.py
+++ b/protocols.py
@@ -314,7 +314,7 @@ def end_ass_type(self):
return self
# XXX if you add ass_type to a class, you should probably modify
-# lookup.LookupMixin.filter_stmts around line ::
+# lookup.LookupMixIn.filter_stmts around line ::
#
# if ass_type is mystmt and not isinstance(ass_type, (nodes.Class, ...)):
nodes.Arguments.ass_type = end_ass_type