diff options
| author | Nils Philippsen <nils@tiptoe.de> | 2017-08-05 13:31:06 +0200 |
|---|---|---|
| committer | Nils Philippsen <nils@tiptoe.de> | 2017-08-05 13:31:06 +0200 |
| commit | 7765724d51f78690c814eda6533fc0ac81ca9077 (patch) | |
| tree | 1a8329e5be204b76789654833dfc77181cf07ad5 /doc/build/orm | |
| parent | de1f8f8345ecd6af0ec1177703465e9471cfe862 (diff) | |
| download | sqlalchemy-7765724d51f78690c814eda6533fc0ac81ca9077.tar.gz | |
fix "constrast" typos
Diffstat (limited to 'doc/build/orm')
| -rw-r--r-- | doc/build/orm/extensions/declarative/mixins.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/orm/extensions/declarative/mixins.rst b/doc/build/orm/extensions/declarative/mixins.rst index c401b9bc8..3b1146240 100644 --- a/doc/build/orm/extensions/declarative/mixins.rst +++ b/doc/build/orm/extensions/declarative/mixins.rst @@ -436,7 +436,7 @@ against the parent:: Mixing in Columns in Inheritance Scenarios ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -In constrast to how ``__tablename__`` and other special names are handled when +In contrast to how ``__tablename__`` and other special names are handled when used with :class:`.declared_attr`, when we mix in columns and properties (e.g. relationships, column properties, etc.), the function is invoked for the **base class only** in the hierarchy. Below, only the |
