summaryrefslogtreecommitdiff
path: root/test/engine/test_transaction.py
diff options
context:
space:
mode:
authorPriit Laes <plaes@plaes.org>2014-06-28 12:46:46 +0300
committerPriit Laes <plaes@plaes.org>2014-06-28 12:46:46 +0300
commiteb5f398a01db4e1df615eb7a5d01187122e47f26 (patch)
tree613469cd015161ace38b8af8ecbd2036af7eb161 /test/engine/test_transaction.py
parent8c337099852333d6c3587b35168af9b1af171487 (diff)
downloadsqlalchemy-eb5f398a01db4e1df615eb7a5d01187122e47f26.tar.gz
typo: s/tranasction/transaction
Diffstat (limited to 'test/engine/test_transaction.py')
-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..14f3095e9 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 thbe TLEngine directly."""
external_connection = tlengine.connect()
self.assert_(external_connection.connection