Merge branch 'psycopg:master' into master

This commit is contained in:
Honglei 2021-08-21 00:50:48 +08:00 committed by GitHub
commit 401f3e8e82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ wheel_ package available on PyPI_:
This will install a pre-compiled binary version of the module which does not
require the build or runtime prerequisites described below. Make sure to use
an up-date-date version of :program:`pip` (you can upgrade it using something
an up-to-date version of :program:`pip` (you can upgrade it using something
like ``pip install -U pip``).
You may then import the ``psycopg2`` package, as usual: