diff options
| author | halfcrazy <hackzhuyan@gmail.com> | 2015-08-09 12:00:17 +0800 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-08-09 10:23:50 -0400 |
| commit | 4ae3de7214972d93802f1a42e278e94972798642 (patch) | |
| tree | 5f2d7fbd808e56db628ef0c5c6fe2487d3c27066 | |
| parent | ce0aff9eb58f6170fff7dc404d848e6ea3501b04 (diff) | |
| download | sqlalchemy-4ae3de7214972d93802f1a42e278e94972798642.tar.gz | |
fix typo int->into
(cherry picked from commit 51870ddaef8abf61ee4c8d6337a72db5395a0a85)
| -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 9b2f7ebfb..5840edbf7 100644 --- a/lib/sqlalchemy/orm/session.py +++ b/lib/sqlalchemy/orm/session.py @@ -1807,7 +1807,7 @@ class Session(_SessionClassMethods): For ``autocommit`` Sessions with no active manual transaction, flush() will create a transaction on the fly that surrounds the entire set of - operations int the flush. + operations into the flush. :param objects: Optional; restricts the flush operation to operate only on elements that are in the given collection. |
