We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a949bf4 commit 6a4064bCopy full SHA for 6a4064b
src/libfuturize/fixes/fix_itertools.py
@@ -37,7 +37,7 @@ class FixMap(fixer_base.BaseFix):
37
power<
38
({0}) trailer< '(' args=[any] ')' >
39
rest=any* >
40
- """.format(map_rexpression)
+ """.format(map_expression)
41
42
def transform(self, node, results):
43
touch_import_top(u'builtins', 'map', node)
0 commit comments