From eb5f398a01db4e1df615eb7a5d01187122e47f26 Mon Sep 17 00:00:00 2001 From: Priit Laes Date: Sat, 28 Jun 2014 12:46:46 +0300 Subject: typo: s/tranasction/transaction --- test/engine/test_transaction.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') 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 -- cgit v1.2.1 From 68a72ee0c4a0769d4233baa25f39a393edf70247 Mon Sep 17 00:00:00 2001 From: Priit Laes Date: Sat, 28 Jun 2014 12:47:19 +0300 Subject: typo: s/thbe/the --- test/engine/test_transaction.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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 -- cgit v1.2.1