summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew King <me@andrewsking.com>2018-07-19 15:10:54 +1000
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2018-09-05 16:43:55 +0100
commit48d292c14c2960c01d5a0c1bc14b968cf18d6e13 (patch)
tree590100f1238a194f5b98982f32d840fc4a7872de
parent85926bef5a8c9a316c3344afa0cb0d6bfe53a0cd (diff)
downloadpsycopg2-48d292c14c2960c01d5a0c1bc14b968cf18d6e13.tar.gz
Fix typo in install.rst
-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 30717c6..2f83b45 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