summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdan Schwartz <edanschwartz@gmail.com>2020-08-10 09:18:45 -0500
committerEdan Schwartz <edanschwartz@gmail.com>2020-08-10 09:18:45 -0500
commit9c30fdbc63a4c791949e977d41e6ca4e23404e3e (patch)
tree9ee60c763360a6d1da570379c8b778c9265ffb0d
parented3d44562d26dd4a3d9cba151d80beaefc1c35d0 (diff)
downloadpsycopg2-9c30fdbc63a4c791949e977d41e6ca4e23404e3e.tar.gz
minor typo in docs
-rw-r--r--doc/src/install.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/install.rst b/doc/src/install.rst
index 4100aaa..53798d7 100644
--- a/doc/src/install.rst
+++ b/doc/src/install.rst
@@ -28,7 +28,7 @@ For most operating systems, the quickest way to install psycopg is using the whe
$ pip install psycopg2-binary
-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 sue an up-date-date version of :program:`pip` (you can upgrade it
+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 like ``pip install -U pip``).
You may then import the ``psycopg`` package, as usual: