]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- comment typo
authorJason Kirtland <jek@discorporate.us>
Thu, 14 Feb 2008 22:42:53 +0000 (22:42 +0000)
committerJason Kirtland <jek@discorporate.us>
Thu, 14 Feb 2008 22:42:53 +0000 (22:42 +0000)
lib/sqlalchemy/util.py

index 54323e3f9bf814b32175525917fa548d6a8321cc..14c4c9f554b59ce5456c52531e874dc976b3b86a 100644 (file)
@@ -869,8 +869,8 @@ def _iter_id(iterable):
 
 class OrderedIdentitySet(IdentitySet):
     class _working_set(OrderedSet):
-        # a testing pragma: exempt the OIDS working set for the test suite's
-        # "never call the user's__hash__" assertions.  this is a big hammer,
+        # a testing pragma: exempt the OIDS working set from the test suite's
+        # "never call the user's __hash__" assertions.  this is a big hammer,
         # but it's safe here: IDS operates on (id, instance) tuples in the
         # working set.
         __sa_hash_exempt__ = True