From 1b255b7dc372ab6c48d3d30d2add41e224de867d Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Sat, 7 Aug 2021 20:53:54 +0100 Subject: [PATCH] Fix up-date-date typo Close #1336 --- 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 2eb66c87..a01bebdf 100644 --- a/doc/src/install.rst +++ b/doc/src/install.rst @@ -31,7 +31,7 @@ wheel_ package available on PyPI_: 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 +an up-to-date version of :program:`pip` (you can upgrade it using something like ``pip install -U pip``). You may then import the ``psycopg2`` package, as usual: