summaryrefslogtreecommitdiff
path: root/lib
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 /lib
parent961ede05109e3f26ee392e6971f84e9625ca3638 (diff)
parent68a72ee0c4a0769d4233baa25f39a393edf70247 (diff)
downloadsqlalchemy-7c29cff14d8f3dd5ecfb39fdeb8d6a161333d722.tar.gz
Merge pull request #100 from plaes/typos
Typo fixes
Diffstat (limited to 'lib')
-rw-r--r--lib/sqlalchemy/orm/events.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/orm/events.py b/lib/sqlalchemy/orm/events.py
index e64cb8c92..2656abfca 100644
--- a/lib/sqlalchemy/orm/events.py
+++ b/lib/sqlalchemy/orm/events.py
@@ -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.