From 9c30fdbc63a4c791949e977d41e6ca4e23404e3e Mon Sep 17 00:00:00 2001 From: Edan Schwartz Date: Mon, 10 Aug 2020 09:18:45 -0500 Subject: [PATCH] minor typo in docs --- doc/src/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/install.rst b/doc/src/install.rst index 4100aaa1..53798d7c 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: