summaryrefslogtreecommitdiff
path: root/protocols.py
diff options
context:
space:
mode:
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 6e7415d6..34bbe759 100644
--- a/protocols.py
+++ b/protocols.py
@@ -195,7 +195,7 @@ def for_assigned_stmts(self, node, context=None, asspath=None):
yield item
else:
for infered in _resolve_looppart(self.iter.infer(context),
- asspath, context):
+ asspath, context):
yield infered
nodes.For.assigned_stmts = raise_if_nothing_infered(for_assigned_stmts)