From 911c1ec51336ca143c67da7f0b7763f2396d2547 Mon Sep 17 00:00:00 2001 From: Jason Kirtland Date: Thu, 14 Feb 2008 22:42:53 +0000 Subject: [PATCH] - comment typo --- lib/sqlalchemy/util.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/sqlalchemy/util.py b/lib/sqlalchemy/util.py index 54323e3f9b..14c4c9f554 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 -- 2.47.3