From 39034288416c19a89d1809da9021910c12f250fe Mon Sep 17 00:00:00 2001 From: Diana Clarke Date: Sun, 18 Mar 2012 00:05:30 -0400 Subject: I'm pretty sure this should be entities --- lib/sqlalchemy/sql/expression.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/sqlalchemy/sql/expression.py') diff --git a/lib/sqlalchemy/sql/expression.py b/lib/sqlalchemy/sql/expression.py index c00e18014..6e16d01f8 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)) -- cgit v1.2.1