better name for call generator rule

This commit is contained in:
rocky
2019-06-06 02:53:04 -04:00
parent dd76a6f253
commit d8f0d31475
3 changed files with 5 additions and 5 deletions

View File

@@ -37,7 +37,7 @@ def customize_for_version3(self, version):
# When a generator is a single parameter of a function,
# it doesn't need the surrounding parenethesis.
'generator_no_parens': ('%c%P', 0, (1, -1, ', ', 100)),
'call_generator' : ('%c%P', 0, (1, -1, ', ', 100)),
'importmultiple' : ( '%|import %c%c\n', 2, 3 ),
'import_cont' : ( ', %c', 2 ),