From ab46ad2a548e9b0c7611526709343b44bf039da1 Mon Sep 17 00:00:00 2001 From: Salvo 'LtWorf' Tomaselli Date: Wed, 9 Sep 2015 15:22:15 +0200 Subject: [PATCH] Typo in comments --- relational/parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/relational/parser.py b/relational/parser.py index a15e267..7d3a9da 100644 --- a/relational/parser.py +++ b/relational/parser.py @@ -319,7 +319,7 @@ def tokenize(expression): # means that the others open must be counted to determine which close is # the right one. - expression = expression.strip() # Removes initial and endind spaces + expression = expression.strip() # Removes initial and ending spaces state = 0 ''' 0 initial and useless