diff options
| author | Lele Gaifax <lele@metapensiero.it> | 2009-07-24 15:31:09 +0000 |
|---|---|---|
| committer | Lele Gaifax <lele@metapensiero.it> | 2009-07-24 15:31:09 +0000 |
| commit | 87b50f78f068c58addfb78b609238824536f3b03 (patch) | |
| tree | e7a4f015928e3c08d2f869bdae39bd21e278fdda /lib | |
| parent | 0eb14e7ec57fbcfff1c17d6b5736c13e3b980b00 (diff) | |
| download | sqlalchemy-87b50f78f068c58addfb78b609238824536f3b03.tar.gz | |
Fix small typos in docstring
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/sqlalchemy/orm/session.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sqlalchemy/orm/session.py b/lib/sqlalchemy/orm/session.py index a658783c2..c010a217b 100644 --- a/lib/sqlalchemy/orm/session.py +++ b/lib/sqlalchemy/orm/session.py @@ -638,9 +638,9 @@ class Session(object): If no transaction is in progress, this method is a pass-through. This method rolls back the current transaction or nested transaction - regardless of subtransactions being in effect. All subtrasactions up + regardless of subtransactions being in effect. All subtransactions up to the first real transaction are closed. Subtransactions occur when - begin() is called mulitple times. + begin() is called multiple times. """ if self.transaction is None: |
