diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-12-27 16:54:32 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-12-27 16:54:32 -0500 |
| commit | 5343d24fee5219de002a8efba8bc882f8b3d4b5b (patch) | |
| tree | ce994df2b8df10ed08e070192c0a05dfbb2e9ee5 /lib/sqlalchemy/ext | |
| parent | 544e72bcb6af1ca657b1762f105634372eca3bc0 (diff) | |
| download | sqlalchemy-5343d24fee5219de002a8efba8bc882f8b3d4b5b.tar.gz | |
corrections
Diffstat (limited to 'lib/sqlalchemy/ext')
| -rw-r--r-- | lib/sqlalchemy/ext/hybrid.py | 2 |
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 |
