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/dialects/postgresql/base.py | |
parent | 544e72bcb6af1ca657b1762f105634372eca3bc0 (diff) | |
download | sqlalchemy-5343d24fee5219de002a8efba8bc882f8b3d4b5b.tar.gz |
corrections
Diffstat (limited to 'lib/sqlalchemy/dialects/postgresql/base.py')
-rw-r--r-- | lib/sqlalchemy/dialects/postgresql/base.py | 2 |
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') |