From: Jason Kirtland Date: Thu, 14 Feb 2008 22:42:53 +0000 (+0000) Subject: - comment typo X-Git-Tag: rel_0_4_3~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=911c1ec51336ca143c67da7f0b7763f2396d2547;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - comment typo --- 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