summaryrefslogtreecommitdiff
path: root/tests/test_grouping.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_grouping.py')
-rw-r--r--tests/test_grouping.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_grouping.py b/tests/test_grouping.py
index 1f3a19e..f26f8b3 100644
--- a/tests/test_grouping.py
+++ b/tests/test_grouping.py
@@ -283,7 +283,7 @@ def test_grouping_alias_case():
def test_grouping_subquery_no_parens():
# Not totally sure if this is the right approach...
- # When a THEN clause contains a subquery w/o parens around it *and*
+ # When a THEN clause contains a subquery w/o parenthesis around it *and*
# a WHERE condition, the WHERE grouper consumes END too.
# This takes makes sure that it doesn't fail.
p = sqlparse.parse('CASE WHEN 1 THEN select 2 where foo = 1 end')[0]