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 /lib/sqlalchemy/ext/associationproxy.py | |
| parent | b289fb032ead703eb131ad1b0d0e0dcba8617ca3 (diff) | |
| parent | b99012d143e0f61bada9c86f524c421fd41c20c2 (diff) | |
| download | sqlalchemy-a898ade3bc36ca27cf9475d1348249646eb40e95.tar.gz | |
Merge "Enable zzzeeksphinx module prefixes"
Diffstat (limited to 'lib/sqlalchemy/ext/associationproxy.py')
| -rw-r--r-- | lib/sqlalchemy/ext/associationproxy.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/ext/associationproxy.py b/lib/sqlalchemy/ext/associationproxy.py index f00b642db..599bf966d 100644 --- a/lib/sqlalchemy/ext/associationproxy.py +++ b/lib/sqlalchemy/ext/associationproxy.py @@ -81,7 +81,7 @@ def association_proxy(target_collection, attr, **kw): ASSOCIATION_PROXY = util.symbol("ASSOCIATION_PROXY") -"""Symbol indicating an :class:`InspectionAttr` that's +"""Symbol indicating an :class:`.InspectionAttr` that's of type :class:`.AssociationProxy`. Is assigned to the :attr:`.InspectionAttr.extension_type` |
