From 9a6ded32ea2477d01a30f8e8dde825d04f3c72c8 Mon Sep 17 00:00:00 2001 From: Terry Cain Date: Sun, 8 Oct 2017 10:36:02 +0100 Subject: [PATCH] More spelling --- moto/dynamodb2/comparisons.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moto/dynamodb2/comparisons.py b/moto/dynamodb2/comparisons.py index c0983a29..8462c2de 100644 --- a/moto/dynamodb2/comparisons.py +++ b/moto/dynamodb2/comparisons.py @@ -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')