summaryrefslogtreecommitdiff
path: root/doc/build/errors.rst
diff options
context:
space:
mode:
authormike bayer <mike_mp@zzzcomputing.com>2020-04-14 17:04:26 +0000
committerGerrit Code Review <gerrit@bbpush.zzzcomputing.com>2020-04-14 17:04:26 +0000
commita898ade3bc36ca27cf9475d1348249646eb40e95 (patch)
tree0584a61e8c771c06780301c475d81fe80d88cf19 /doc/build/errors.rst
parentb289fb032ead703eb131ad1b0d0e0dcba8617ca3 (diff)
parentb99012d143e0f61bada9c86f524c421fd41c20c2 (diff)
downloadsqlalchemy-a898ade3bc36ca27cf9475d1348249646eb40e95.tar.gz
Merge "Enable zzzeeksphinx module prefixes"
Diffstat (limited to 'doc/build/errors.rst')
-rw-r--r--doc/build/errors.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/errors.rst b/doc/build/errors.rst
index ed5583b12..43e0b9fa4 100644
--- a/doc/build/errors.rst
+++ b/doc/build/errors.rst
@@ -489,7 +489,7 @@ Above, the ``cprop`` attribute is used inline before it has been mapped,
however this ``cprop`` attribute is not a :class:`.Column`,
it's a :class:`.ColumnProperty`, which is an interim object and therefore
does not have the full functionality of either the :class:`.Column` object
-or the :class:`.InstrmentedAttribute` object that will be mapped onto the
+or the :class:`.InstrumentedAttribute` object that will be mapped onto the
``Bar`` class once the declarative process is complete.
While the :class:`.ColumnProperty` does have a ``__clause_element__()`` method,