From 51870ddaef8abf61ee4c8d6337a72db5395a0a85 Mon Sep 17 00:00:00 2001 From: halfcrazy Date: Sun, 9 Aug 2015 12:00:17 +0800 Subject: [PATCH] fix typo int->into --- lib/sqlalchemy/orm/session.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.3