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:42:59 +0100
commit03fc3f9a2ae33d46fb117f21fc339f64ef76782b (patch)
tree1a668aac3de06a3e1181c310a0b77037dcd1ab76
parentc57fee2c92e1f561858babda616a50202d1c8474 (diff)
downloadpsycopg2-03fc3f9a2ae33d46fb117f21fc339f64ef76782b.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 a65cd21..f4b00ec 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