From: Ben Fagin Date: Mon, 1 May 2017 17:30:11 +0000 (-0700) Subject: fixes a typo X-Git-Tag: rel_1_2_0b1~80^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6224df56a6fa28efda6e6e5007b015ad9d6d7d14;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git fixes a typo --- 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) )