summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2014-12-27 16:54:32 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2014-12-27 16:54:32 -0500
commit5343d24fee5219de002a8efba8bc882f8b3d4b5b (patch)
treece994df2b8df10ed08e070192c0a05dfbb2e9ee5 /lib/sqlalchemy/ext
parent544e72bcb6af1ca657b1762f105634372eca3bc0 (diff)
downloadsqlalchemy-5343d24fee5219de002a8efba8bc882f8b3d4b5b.tar.gz
corrections
Diffstat (limited to 'lib/sqlalchemy/ext')
-rw-r--r--lib/sqlalchemy/ext/hybrid.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/ext/hybrid.py b/lib/sqlalchemy/ext/hybrid.py
index e2739d1de..d89a13fc9 100644
--- a/lib/sqlalchemy/ext/hybrid.py
+++ b/lib/sqlalchemy/ext/hybrid.py
@@ -145,7 +145,7 @@ usage of the absolute value function::
return func.abs(cls.length) / 2
Above the Python function ``abs()`` is used for instance-level
-operations, the SQL function ``ABS()`` is used via the :attr:`.func`
+operations, the SQL function ``ABS()`` is used via the :data:`.func`
object for class-level expressions::
>>> i1.radius