From: halfcrazy Date: Sun, 9 Aug 2015 04:00:17 +0000 (+0800) Subject: fix typo int->into X-Git-Tag: rel_1_1_0b1~84^2~70^2~151^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=51870ddaef8abf61ee4c8d6337a72db5395a0a85;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git fix typo int->into --- 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.