fixes a typo

(cherry picked from commit 6224df56a6)
This commit is contained in:
Ben Fagin
2017-05-01 10:30:11 -07:00
committed by Mike Bayer
parent 62313dc4e5
commit a950b2cc05
+1 -1
View File
@@ -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)
)