summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Saxton <dsaxton@pm.me>2021-09-21 13:31:02 -0500
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2021-09-22 12:56:08 +0100
commit3430dcdee60ad80202abda54a2f2a55da4c0d8df (patch)
tree9391309c08da78d5195c16c726ce0477b8e936ee
parent1b255b7dc372ab6c48d3d30d2add41e224de867d (diff)
downloadpsycopg2-3430dcdee60ad80202abda54a2f2a55da4c0d8df.tar.gz
Fix doc typo
-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).