]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Associated was spelled wrong.
authorMichael Trier <mtrier@gmail.org>
Mon, 14 Mar 2011 04:20:34 +0000 (00:20 -0400)
committerMichael Trier <mtrier@gmail.org>
Mon, 14 Mar 2011 04:20:34 +0000 (00:20 -0400)
test/engine/test_reflection.py

index a83c332cb0bc68526e9db894e1ebdf5b12e3912d..ee820c9dcb8cc3008e50d9a535785dc8bd896f94 100644 (file)
@@ -547,7 +547,7 @@ class ReflectionTest(TestBase, ComparesTables):
             )
 
         assert_raises_message(sa.exc.InvalidRequestError,
-                            "Foreign key assocated with column 'slots.pkg_id' "
+                            "Foreign key associated with column 'slots.pkg_id' "
                             "could not find table 'pkgs' with which to generate "
                             "a foreign key to target column 'pkg_id'",
                               metadata.create_all)