diff options
| author | Kevin Horn <kevin.horn@gmail.com> | 2018-07-27 11:06:50 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-27 11:06:50 -0500 |
| commit | 8601e86f1179d93d5d072c8774bfae41caa8cf56 (patch) | |
| tree | 4426490d92d788806f382015ee1a82559a05ac2c | |
| parent | 1ed3803654c122f91d5910adf4078627464b0692 (diff) | |
| download | sqlalchemy-8601e86f1179d93d5d072c8774bfae41caa8cf56.tar.gz | |
Replace 'with' with 'which'
| -rw-r--r-- | doc/build/orm/nonstandard_mappings.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/orm/nonstandard_mappings.rst b/doc/build/orm/nonstandard_mappings.rst index 7e34bd55f..9cb87221f 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 |
