mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
trivial edit
This commit is contained in:
parent
9b26acb4e0
commit
b36b321434
1 changed files with 1 additions and 1 deletions
|
@ -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]+'
|
||||
|
|
Loading…
Add table
Reference in a new issue