More spelling

This commit is contained in:
Terry Cain 2017-10-08 10:36:02 +01:00
parent 9f59f1f7ca
commit 9a6ded32ea
No known key found for this signature in database
GPG Key ID: 14D90844E4E9B9F3

View File

@ -178,7 +178,7 @@ def get_filter_expression(expr, names, values):
pass
tokens2.append(token)
# Start of the Shunting-Yard algorigth. <-- Proper beast algorithm!
# Start of the Shunting-Yard algorithm. <-- Proper beast algorithm!
def is_number(val):
return val not in ('<', '>', '=', '>=', '<=', '<>', 'BETWEEN', 'IN', 'AND', 'OR', 'NOT')