diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-08-11 12:01:52 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-08-11 12:01:52 -0400 |
commit | 0097879e6d53bda0b5dc51a62941263d0963c9c3 (patch) | |
tree | 5632c1a0349834f0780faae60db47c604542f80b /test/orm/inheritance/test_basic.py | |
parent | 169263439f2de532bd0783ba0210796835a936a7 (diff) | |
download | sqlalchemy-0097879e6d53bda0b5dc51a62941263d0963c9c3.tar.gz |
spelling arg
Diffstat (limited to 'test/orm/inheritance/test_basic.py')
-rw-r--r-- | test/orm/inheritance/test_basic.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/orm/inheritance/test_basic.py b/test/orm/inheritance/test_basic.py index 4c6247fa8..96bb0237b 100644 --- a/test/orm/inheritance/test_basic.py +++ b/test/orm/inheritance/test_basic.py @@ -98,7 +98,7 @@ class PolymorphicOnNotLocalTest(_base.MappedTest): assert_raises_message( sa_exc.SAWarning, - "Could not map polymoprhic_on column 'x' to the mapped table - " + "Could not map polymorphic_on column 'x' to the mapped table - " "polymorphic loads will not function properly", go ) @@ -122,7 +122,7 @@ class PolymorphicOnNotLocalTest(_base.MappedTest): polymorphic_identity=0) assert_raises_message( sa_exc.SAWarning, - "Could not map polymoprhic_on column 'x' to the mapped table - " + "Could not map polymorphic_on column 'x' to the mapped table - " "polymorphic loads will not function properly", go ) |