From: Diana Clarke Date: Sun, 18 Mar 2012 04:05:30 +0000 (-0400) Subject: I'm pretty sure this should be entities X-Git-Tag: rel_0_7_7~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39034288416c19a89d1809da9021910c12f250fe;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git I'm pretty sure this should be entities --- 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))