Skip to content

Commit be5a547

Browse files
committed
1 parent 54aec1a commit be5a547

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

postgres/__init__.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
"""The :py:mod:`postgres` Python library is a high-value abstraction over the
2-
`psycopg2`_ database driver.
1+
"""This is a PostgreSQL client library for humans.
32
43
54
Installation
@@ -9,7 +8,7 @@
98
109
$ pip install postgres
1110
12-
:py:mod:`postgres` requires :py:mod:`psycopg2` version 2.5 or higher.
11+
:py:mod:`postgres` requires `psycopg2`_ version 2.5 or higher.
1312
1413
We `test <https://travis-ci.org/gittip/postgres.py>`_ against Python 2.6, 2.7,
1514
3.2, and 3.3. We don't yet have a testing matrix for different versions of

0 commit comments

Comments
 (0)