summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql/base.py
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/dialects/postgresql/base.py
parent544e72bcb6af1ca657b1762f105634372eca3bc0 (diff)
downloadsqlalchemy-5343d24fee5219de002a8efba8bc882f8b3d4b5b.tar.gz
corrections
Diffstat (limited to 'lib/sqlalchemy/dialects/postgresql/base.py')
-rw-r--r--lib/sqlalchemy/dialects/postgresql/base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/dialects/postgresql/base.py b/lib/sqlalchemy/dialects/postgresql/base.py
index d1fcbef3e..d870dd295 100644
--- a/lib/sqlalchemy/dialects/postgresql/base.py
+++ b/lib/sqlalchemy/dialects/postgresql/base.py
@@ -266,7 +266,7 @@ will emit to the database::
The Postgresql text search functions such as ``to_tsquery()``
and ``to_tsvector()`` are available
-explicitly using the standard :attr:`.func` construct. For example::
+explicitly using the standard :data:`.func` construct. For example::
select([
func.to_tsvector('fat cats ate rats').match('cat & rat')