From 3430dcdee60ad80202abda54a2f2a55da4c0d8df Mon Sep 17 00:00:00 2001 From: Daniel Saxton Date: Tue, 21 Sep 2021 13:31:02 -0500 Subject: [PATCH] Fix doc typo --- 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 a01bebdf..fb663100 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).