diff options
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 4ffd2b647..6f570a1fa 100644 --- a/lib/sqlalchemy/ext/associationproxy.py +++ b/lib/sqlalchemy/ext/associationproxy.py @@ -22,7 +22,7 @@ from ..sql import not_, or_ def association_proxy(target_collection, attr, **kw): - """Return a Python property implementing a view of a target + r"""Return a Python property implementing a view of a target attribute which references an attribute on members of the target. |