From 249a0b7cf536f2ea46bb84af010c2acd03b0092d Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Tue, 29 Dec 2020 08:30:35 +1100 Subject: [PATCH] docs: fix simple typo, sohuld -> should There is a small typo in cubes/sql/query.py. Should read `should` rather than `sohuld`. --- cubes/sql/query.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cubes/sql/query.py b/cubes/sql/query.py index 000339aa..628546f4 100644 --- a/cubes/sql/query.py +++ b/cubes/sql/query.py @@ -431,7 +431,7 @@ def _collect_tables(self): # provided explicitly for the snowflake schema. - # Collect details for duplicate verification. It sohuld not be + # Collect details for duplicate verification. It should not be # possible to join one detail multiple times with the same name. Alias # has to be used. details = set()