diff options
author | Idan Kamara <idankk86@gmail.com> | 2013-03-06 11:36:32 +0200 |
---|---|---|
committer | Idan Kamara <idankk86@gmail.com> | 2013-03-06 11:36:32 +0200 |
commit | 7f86529183048a7ad87e3dc300a8f0857b96690a (patch) | |
tree | 9389a34c9b3b5462dafe1f595b79de3ae669092f | |
parent | e8db9954d16e412903cbf412f6636939ad6c437d (diff) | |
download | psycopg2-7f86529183048a7ad87e3dc300a8f0857b96690a.tar.gz |
docs: grammar fix in extras.rst
-rw-r--r-- | doc/src/extras.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/extras.rst b/doc/src/extras.rst index b42f1a4..39aa5f0 100644 --- a/doc/src/extras.rst +++ b/doc/src/extras.rst @@ -229,7 +229,7 @@ Hstore data type The |hstore|_ data type is a key-value store embedded in PostgreSQL. It has been available for several server versions but with the release 9.0 it has -been greatly improved in capacity and usefulness with the addiction of many +been greatly improved in capacity and usefulness with the addition of many functions. It supports GiST or GIN indexes allowing search by keys or key/value pairs as well as regular BTree indexes for equality, uniqueness etc. |