typo: s/tranasction/transaction

This commit is contained in:
Priit Laes
2014-06-28 12:46:46 +03:00
parent 8c33709985
commit eb5f398a01
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1315,7 +1315,7 @@ class SessionEvents(event.Events):
.. note::
The :class:`.Session` is not in an active tranasction
The :class:`.Session` is not in an active transaction
when the :meth:`~.SessionEvents.after_commit` event is invoked, and therefore
can not emit SQL. To emit SQL corresponding to every transaction,
use the :meth:`~.SessionEvents.before_commit` event.
+2 -2
View File
@@ -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