From: Kevin Horn Date: Fri, 27 Jul 2018 16:06:50 +0000 (-0500) Subject: Replace 'with' with 'which' X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb049d4d243770a5bf62e2ad8f2a8513719cce6f;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Replace 'with' with 'which' (cherry picked from commit 8601e86f1179d93d5d072c8774bfae41caa8cf56) --- diff --git a/doc/build/orm/nonstandard_mappings.rst b/doc/build/orm/nonstandard_mappings.rst index 7e34bd55ff..9cb87221f5 100644 --- a/doc/build/orm/nonstandard_mappings.rst +++ b/doc/build/orm/nonstandard_mappings.rst @@ -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