From: halfcrazy Date: Sun, 9 Aug 2015 04:00:17 +0000 (+0800) Subject: fix typo int->into X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4ae3de7214972d93802f1a42e278e94972798642;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git fix typo int->into (cherry picked from commit 51870ddaef8abf61ee4c8d6337a72db5395a0a85) --- diff --git a/lib/sqlalchemy/orm/session.py b/lib/sqlalchemy/orm/session.py index 9b2f7ebfbf..5840edbf79 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.