summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Horn <kevin.horn@gmail.com>2018-07-27 11:06:50 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2018-07-31 22:06:49 -0400
commitd2760ca9e52af0354361738f16f235f354dee428 (patch)
tree8dea311a8b617a978cc18c3709c2250fec17f605
parent88acc7aed49e2d2b3fc8fc8aafba76458b607016 (diff)
downloadsqlalchemy-d2760ca9e52af0354361738f16f235f354dee428.tar.gz
Replace 'with' with 'which'
(cherry picked from commit 8601e86f1179d93d5d072c8774bfae41caa8cf56)
-rw-r--r--doc/build/orm/nonstandard_mappings.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/orm/nonstandard_mappings.rst b/doc/build/orm/nonstandard_mappings.rst
index 4645a8029..8b21fd17c 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