From a950b2cc05d9947dd3fbabc615abf39b6c33cbca 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 081920487d..aa2f72db69 100644 --- a/lib/sqlalchemy/orm/session.py +++ b/lib/sqlalchemy/orm/session.py @@ -1594,7 +1594,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.3