Remove trailing comma.

This commit is contained in:
Georg Brandl 2006-10-29 09:01:01 +00:00
parent 5addf70078
commit fe9c71bcd3
1 changed files with 1 additions and 1 deletions

View File

@ -591,7 +591,7 @@ class CodeGenerator:
self._implicitNameOp('LOAD', tmpname)
self.visit(node.expr)
self.emit('LIST_APPEND',)
self.emit('LIST_APPEND')
for start, cont, anchor in stack:
if cont: