diff options
author | Priit Laes <plaes@plaes.org> | 2014-06-28 12:47:19 +0300 |
---|---|---|
committer | Priit Laes <plaes@plaes.org> | 2014-06-28 12:47:19 +0300 |
commit | 68a72ee0c4a0769d4233baa25f39a393edf70247 (patch) | |
tree | 166fb24765a72cd6a715f0364305c6f58586d3dc | |
parent | eb5f398a01db4e1df615eb7a5d01187122e47f26 (diff) | |
download | sqlalchemy-pr/100.tar.gz |
typo: s/thbe/thepr/100
-rw-r--r-- | test/engine/test_transaction.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/engine/test_transaction.py b/test/engine/test_transaction.py index 14f3095e9..f9744444d 100644 --- a/test/engine/test_transaction.py +++ b/test/engine/test_transaction.py @@ -988,7 +988,7 @@ class TLTransactionTest(fixtures.TestBase): def test_more_mixed_nesting(self): """tests nesting of transactions off the connection from the - TLEngine inside of transactions off thbe TLEngine directly.""" + TLEngine inside of transactions off the TLEngine directly.""" external_connection = tlengine.connect() self.assert_(external_connection.connection |