diff options
| author | mike bayer <mike_mp@zzzcomputing.com> | 2020-04-14 17:04:26 +0000 |
|---|---|---|
| committer | Gerrit Code Review <gerrit@bbpush.zzzcomputing.com> | 2020-04-14 17:04:26 +0000 |
| commit | a898ade3bc36ca27cf9475d1348249646eb40e95 (patch) | |
| tree | 0584a61e8c771c06780301c475d81fe80d88cf19 /doc/build/errors.rst | |
| parent | b289fb032ead703eb131ad1b0d0e0dcba8617ca3 (diff) | |
| parent | b99012d143e0f61bada9c86f524c421fd41c20c2 (diff) | |
| download | sqlalchemy-a898ade3bc36ca27cf9475d1348249646eb40e95.tar.gz | |
Merge "Enable zzzeeksphinx module prefixes"
Diffstat (limited to 'doc/build/errors.rst')
| -rw-r--r-- | doc/build/errors.rst | 2 |
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, |
