summaryrefslogtreecommitdiff
path: root/doc/build/orm
diff options
context:
space:
mode:
authorNils Philippsen <nils@tiptoe.de>2017-08-05 13:31:06 +0200
committerNils Philippsen <nils@tiptoe.de>2017-08-05 13:31:06 +0200
commit7765724d51f78690c814eda6533fc0ac81ca9077 (patch)
tree1a8329e5be204b76789654833dfc77181cf07ad5 /doc/build/orm
parentde1f8f8345ecd6af0ec1177703465e9471cfe862 (diff)
downloadsqlalchemy-7765724d51f78690c814eda6533fc0ac81ca9077.tar.gz
fix "constrast" typos
Diffstat (limited to 'doc/build/orm')
-rw-r--r--doc/build/orm/extensions/declarative/mixins.rst2
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