From 48d292c14c2960c01d5a0c1bc14b968cf18d6e13 Mon Sep 17 00:00:00 2001 From: Andrew King Date: Thu, 19 Jul 2018 15:10:54 +1000 Subject: [PATCH] Fix typo in install.rst --- 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 30717c6c..2f83b45c 100644 --- a/doc/src/install.rst +++ b/doc/src/install.rst @@ -188,7 +188,7 @@ displayed, `psycopg2-binary` has become a separate package, and from 2.8 it has become the only way to install the binary package. If you are using psycopg 2.7 and you want to disable the use of wheel binary -packages, relying on the system system libraries available on your client, you +packages, relying on the system libraries available on your client, you can use the :command:`pip` |--no-binary option|__, e.g.: .. code-block:: console