From 71f14f6de8ee1865fd68d7989f751eed95dde719 Mon Sep 17 00:00:00 2001 From: Karthikeyan Singaravelan Date: Sun, 9 Aug 2020 10:02:57 +0000 Subject: Fix typos --- lib/sqlalchemy/sql/operators.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/sqlalchemy/sql') diff --git a/lib/sqlalchemy/sql/operators.py b/lib/sqlalchemy/sql/operators.py index 2d369cdf8..bb773e281 100644 --- a/lib/sqlalchemy/sql/operators.py +++ b/lib/sqlalchemy/sql/operators.py @@ -536,7 +536,7 @@ class ColumnOperators(Operators): In this calling form, the expression renders an "empty set" expression. These expressions are tailored to individual backends and are generaly trying to get an empty SELECT statement as a - subuqery. Such as on SQLite, the expression is:: + subquery. Such as on SQLite, the expression is:: WHERE col IN (SELECT 1 FROM (SELECT 1) WHERE 1!=1) -- cgit v1.2.1