summaryrefslogtreecommitdiff
path: root/test/engine
diff options
context:
space:
mode:
authormike bayer <mike_mp@zzzcomputing.com>2014-07-06 17:17:59 -0400
committermike bayer <mike_mp@zzzcomputing.com>2014-07-06 17:17:59 -0400
commit7c29cff14d8f3dd5ecfb39fdeb8d6a161333d722 (patch)
tree60f1d6f3ae61006c3769b3bd9caf20aa6ca2fc48 /test/engine
parent961ede05109e3f26ee392e6971f84e9625ca3638 (diff)
parent68a72ee0c4a0769d4233baa25f39a393edf70247 (diff)
downloadsqlalchemy-7c29cff14d8f3dd5ecfb39fdeb8d6a161333d722.tar.gz
Merge pull request #100 from plaes/typos
Typo fixes
Diffstat (limited to 'test/engine')
-rw-r--r--test/engine/test_transaction.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/engine/test_transaction.py b/test/engine/test_transaction.py
index ee626a50e..f9744444d 100644
--- a/test/engine/test_transaction.py
+++ b/test/engine/test_transaction.py
@@ -956,7 +956,7 @@ class TLTransactionTest(fixtures.TestBase):
def test_mixed_nesting(self):
"""tests nesting of transactions off the TLEngine directly
- inside of tranasctions off the connection from the TLEngine"""
+ inside of transactions off the connection from the TLEngine"""
external_connection = tlengine.connect()
self.assert_(external_connection.connection
@@ -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 tranasctions off thbe TLEngine directly."""
+ TLEngine inside of transactions off the TLEngine directly."""
external_connection = tlengine.connect()
self.assert_(external_connection.connection