]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
I'm pretty sure this should be entities
authorDiana Clarke <diana.joan.clarke@gmail.com>
Sun, 18 Mar 2012 04:05:30 +0000 (00:05 -0400)
committerDiana Clarke <diana.joan.clarke@gmail.com>
Sun, 18 Mar 2012 04:05:30 +0000 (00:05 -0400)
lib/sqlalchemy/sql/expression.py

index c00e1801412ef29bc492004d415f54d9553027c8..6e16d01f88d5a588d89e826b177de661bb24093c 100644 (file)
@@ -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))