Typo in comments

This commit is contained in:
Salvo 'LtWorf' Tomaselli 2015-09-09 15:22:15 +02:00
parent 9330090362
commit ab46ad2a54

View File

@ -319,7 +319,7 @@ def tokenize(expression):
# means that the others open must be counted to determine which close is # means that the others open must be counted to determine which close is
# the right one. # the right one.
expression = expression.strip() # Removes initial and endind spaces expression = expression.strip() # Removes initial and ending spaces
state = 0 state = 0
''' '''
0 initial and useless 0 initial and useless