From 6224df56a6fa28efda6e6e5007b015ad9d6d7d14 Mon Sep 17 00:00:00 2001 From: Ben Fagin Date: Mon, 1 May 2017 10:30:11 -0700 Subject: [PATCH] fixes a typo --- 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 2d3cb1b089..0d2fe6a7f8 100644 --- a/lib/sqlalchemy/orm/session.py +++ b/lib/sqlalchemy/orm/session.py @@ -1592,7 +1592,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.39.5