diff options
Diffstat (limited to 'protocols.py')
-rw-r--r-- | protocols.py | 2 |
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 |