From: Diana Clarke Date: Mon, 28 Feb 2011 18:21:08 +0000 (-0500) Subject: Corrected a bunch of spelling typos X-Git-Tag: rel_0_7b3~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7882c876c4a3a5f060e4f00d5bb4078946b9a13;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Corrected a bunch of spelling typos --- diff --git a/test/orm/test_events.py b/test/orm/test_events.py index 09bb224504..d61c2fcaa2 100644 --- a/test/orm/test_events.py +++ b/test/orm/test_events.py @@ -458,7 +458,7 @@ class SessionEventsTest(_RemoveListeners, _fixtures.FixtureTest): assert_raises_message( sa.exc.ArgumentError, "Session event listen on a ScopedSession " - "requries that its creation callable is a Session subclass.", + "requires that its creation callable is a Session subclass.", event.listen, scope, "before_flush", my_listener_one ) @@ -477,7 +477,7 @@ class SessionEventsTest(_RemoveListeners, _fixtures.FixtureTest): assert_raises_message( sa.exc.ArgumentError, "Session event listen on a ScopedSession " - "requries that its creation callable is a Session subclass.", + "requires that its creation callable is a Session subclass.", event.listen, scope, "before_flush", my_listener_one )