diff options
author | Diana Clarke <diana.joan.clarke@gmail.com> | 2012-03-17 22:28:29 -0400 |
---|---|---|
committer | Diana Clarke <diana.joan.clarke@gmail.com> | 2012-03-17 22:28:29 -0400 |
commit | b60fdb094057a648850947f688eb15617cfd50d7 (patch) | |
tree | b163c5fc755a9d5ace7c97732a5d2f8160983f17 /lib/sqlalchemy/ext/sqlsoup.py | |
parent | 920afb6127b5ee7f0abc2147d52677176a27232c (diff) | |
download | sqlalchemy-b60fdb094057a648850947f688eb15617cfd50d7.tar.gz |
typos in lib/sqlalchemy/ext
Diffstat (limited to 'lib/sqlalchemy/ext/sqlsoup.py')
-rw-r--r-- | lib/sqlalchemy/ext/sqlsoup.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sqlalchemy/ext/sqlsoup.py b/lib/sqlalchemy/ext/sqlsoup.py index 7d36cdfa6..3727f5757 100644 --- a/lib/sqlalchemy/ext/sqlsoup.py +++ b/lib/sqlalchemy/ext/sqlsoup.py @@ -256,7 +256,7 @@ accepts in normal mapper definition: Advanced Use ============ -Sessions, Transations and Application Integration +Sessions, Transactions and Application Integration ------------------------------------------------- .. note:: @@ -599,7 +599,7 @@ class SqlSoup(object): self.session.flush() def rollback(self): - """Rollback the current transction. + """Rollback the current transaction. See :meth:`.Session.rollback`. |