]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Corrected a bunch of spelling typos
authorDiana Clarke <diana.joan.clarke@gmail.com>
Mon, 28 Feb 2011 18:21:08 +0000 (13:21 -0500)
committerDiana Clarke <diana.joan.clarke@gmail.com>
Mon, 28 Feb 2011 18:21:08 +0000 (13:21 -0500)
test/orm/test_events.py

index 09bb224504be3aae8286d5fb8104efa753f4315a..d61c2fcaa2179a5fc691de5efa6aec285d4fe4bb 100644 (file)
@@ -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
         )