diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2011-09-06 09:51:18 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2011-09-06 09:51:18 -0400 |
| commit | 07179d2aae12bb4e72eb1e494a870eefada8320a (patch) | |
| tree | c9f4192277e566669336167111b979bc192c515b /lib/sqlalchemy | |
| parent | 8c0e82238c39ee068a5fe143d06c5b681127d62f (diff) | |
| download | sqlalchemy-07179d2aae12bb4e72eb1e494a870eefada8320a.tar.gz | |
fix typo, [ticket:2271]
Diffstat (limited to 'lib/sqlalchemy')
| -rw-r--r-- | lib/sqlalchemy/orm/session.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/orm/session.py b/lib/sqlalchemy/orm/session.py index 1cdf1d7eb..01404b8ea 100644 --- a/lib/sqlalchemy/orm/session.py +++ b/lib/sqlalchemy/orm/session.py @@ -1511,7 +1511,7 @@ class Session(object): Writes out all pending object creations, deletions and modifications to the database as INSERTs, DELETEs, UPDATEs, etc. Operations are automatically ordered by the Session's unit of work dependency - solver.. + solver. Database operations will be issued in the current transactional context and do not affect the state of the transaction, unless an |
