]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
fixes a typo
authorBen Fagin <blouis@unquietcode.com>
Mon, 1 May 2017 17:30:11 +0000 (10:30 -0700)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 8 May 2017 20:21:43 +0000 (16:21 -0400)
(cherry picked from commit 6224df56a6fa28efda6e6e5007b015ad9d6d7d14)

lib/sqlalchemy/orm/session.py

index 081920487d30c004a0ecd3f95f186412388b9b8d..aa2f72db699fd9e2d900316ad613517253b16cc0 100644 (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)
                     )