]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Replace 'with' with 'which'
authorKevin Horn <kevin.horn@gmail.com>
Fri, 27 Jul 2018 16:06:50 +0000 (11:06 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 1 Aug 2018 02:06:49 +0000 (22:06 -0400)
(cherry picked from commit 8601e86f1179d93d5d072c8774bfae41caa8cf56)

doc/build/orm/nonstandard_mappings.rst

index 4645a8029cfdb561a7e61dd1032fe74cfd4facc5..8b21fd17c0a719003d6bd3b75fa4ddb666a6b3c5 100644 (file)
@@ -135,7 +135,7 @@ to be associated with a class in equal measure, since only one mapper can
 actually instrument the class.
 
 However, there is a class of mapper known as the **non primary** mapper
-with allows additional mappers to be associated with a class, but with
+which allows additional mappers to be associated with a class, but with
 a limited scope of use.   This scope typically applies to
 being able to load rows from an alternate table or selectable unit, but
 still producing classes which are ultimately persisted using the primary