summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/util.py
diff options
context:
space:
mode:
authorJason Kirtland <jek@discorporate.us>2008-02-14 22:42:53 +0000
committerJason Kirtland <jek@discorporate.us>2008-02-14 22:42:53 +0000
commit911c1ec51336ca143c67da7f0b7763f2396d2547 (patch)
tree34d1725385361839468afb732d7d5cd2ba959bf2 /lib/sqlalchemy/util.py
parent90e3532d0cf90ccfa8ba26786c74bb59fcdfb1c6 (diff)
downloadsqlalchemy-911c1ec51336ca143c67da7f0b7763f2396d2547.tar.gz
- comment typo
Diffstat (limited to 'lib/sqlalchemy/util.py')
-rw-r--r--lib/sqlalchemy/util.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sqlalchemy/util.py b/lib/sqlalchemy/util.py
index 54323e3f9..14c4c9f55 100644
--- a/lib/sqlalchemy/util.py
+++ b/lib/sqlalchemy/util.py
@@ -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