summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/util.py
diff options
context:
space:
mode:
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