From: Darren Ho Date: Sat, 1 Oct 2022 17:33:59 +0000 (+0100) Subject: #397: Fix typo in install.rst X-Git-Tag: 3.1.3~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ca65939e6f40379c7c7c69e971a383de06ad223;p=thirdparty%2Fpsycopg.git #397: Fix typo in install.rst --- diff --git a/docs/basic/install.rst b/docs/basic/install.rst index 809cc62b6..cf66c93b3 100644 --- a/docs/basic/install.rst +++ b/docs/basic/install.rst @@ -157,7 +157,7 @@ you should probably specify one of the following: interface and leaves the possibility of choosing a specific implementation to the end user of your library. -- If your project if a final application (e.g. a service running on a server) +- If your project is a final application (e.g. a service running on a server) you can require a specific implementation, for instance ``psycopg[c]``, after you have made sure that the prerequisites are met (e.g. the depending libraries and tools are installed in the host machine).