Kaydet (Commit) bc130925 authored tarafından Georg Brandl's avatar Georg Brandl

Remove useless string literal.

üst 4aa04db5
......@@ -167,7 +167,7 @@ class ASDLParser(spark.GenericParser, object):
return Product(fields)
def p_sum_0(self, (constructor,)):
" sum ::= constructor """
" sum ::= constructor "
return [constructor]
def p_sum_1(self, (constructor, _, sum)):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment