trivial edit

This commit is contained in:
Anthony Scopatz 2015-03-03 20:08:18 -06:00
parent 9b26acb4e0
commit b36b321434

View file

@ -170,10 +170,10 @@ class Lexer(object):
float_literal = ('((((' + float_mantissa + ')' + float_exponent +
'?)|([0-9]+' + float_exponent + ')))')
#
# Rules
#
# Command line
def t_INDENT(self, t):
r'[ \t]+'