From 39034288416c19a89d1809da9021910c12f250fe Mon Sep 17 00:00:00 2001 From: Diana Clarke Date: Sun, 18 Mar 2012 00:05:30 -0400 Subject: [PATCH] I'm pretty sure this should be entities --- lib/sqlalchemy/sql/expression.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sqlalchemy/sql/expression.py b/lib/sqlalchemy/sql/expression.py index c00e180141..6e16d01f88 100644 --- a/lib/sqlalchemy/sql/expression.py +++ b/lib/sqlalchemy/sql/expression.py @@ -1356,7 +1356,7 @@ def _cloned_intersection(a, b): """return the intersection of sets a and b, counting any overlap between 'cloned' predecessors. - The returned set is in terms of the enties present within 'a'. + The returned set is in terms of the entities present within 'a'. """ all_overlap = set(_expand_cloned(a)).intersection(_expand_cloned(b)) -- 2.47.2