From: halfcrazy Date: Sun, 9 Aug 2015 04:00:17 +0000 (+0800) Subject: fix typo int->into X-Git-Tag: rel_1_0_9~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c0ada019a9cf8a7d799c77718d018e20e5ad446;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 4619027e5b..b988a9230a 100644 --- a/lib/sqlalchemy/orm/session.py +++ b/lib/sqlalchemy/orm/session.py @@ -1983,7 +1983,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.