From 46c61b6c4116b59b8c50babf368cb9ce46ef4fe7 Mon Sep 17 00:00:00 2001 From: Ben Fagin Date: Mon, 1 May 2017 10:30:11 -0700 Subject: [PATCH] fixes a typo (cherry picked from commit 6224df56a6fa28efda6e6e5007b015ad9d6d7d14) --- 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 b9fd60e11e..9c6f1a86c7 100644 --- a/lib/sqlalchemy/orm/session.py +++ b/lib/sqlalchemy/orm/session.py @@ -1580,7 +1580,7 @@ class Session(_SessionClassMethods): "that the mapped Column object is configured to " "expect these generated values. Ensure also that " "this flush() is not occurring at an inappropriate " - "time, such aswithin a load() event." + "time, such as within a load() event." % state_str(state) ) -- 2.47.2