Skip to content

Commit 6a4064b

Browse files
committed
Fix typo in a949bf4
1 parent a949bf4 commit 6a4064b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libfuturize/fixes/fix_itertools.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class FixMap(fixer_base.BaseFix):
3737
power<
3838
({0}) trailer< '(' args=[any] ')' >
3939
rest=any* >
40-
""".format(map_rexpression)
40+
""".format(map_expression)
4141

4242
def transform(self, node, results):
4343
touch_import_top(u'builtins', 'map', node)

0 commit comments

Comments
 (0)