summaryrefslogtreecommitdiff
path: root/doc/src/install.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/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 a01bebd..fb66310 100644
--- a/doc/src/install.rst
+++ b/doc/src/install.rst
@@ -198,7 +198,7 @@ self-contained wheel package, it will need the libpq_ library at runtime
(usually distributed in a ``libpq.so`` or ``libpq.dll`` file). `!psycopg2`
relies on the host OS to find the library if the library is installed in a
standard location there is usually no problem; if the library is in a
-non-standard location you will have to tell somehow Psycopg how to find it,
+non-standard location you will have to tell Psycopg how to find it,
which is OS-dependent (for instance setting a suitable
:envvar:`LD_LIBRARY_PATH` on Linux).