]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
#397: Fix typo in install.rst
authorDarren Ho <cheng.ho@sky.uk>
Sat, 1 Oct 2022 17:33:59 +0000 (18:33 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 2 Oct 2022 00:27:07 +0000 (01:27 +0100)
docs/basic/install.rst

index 809cc62b6e0ccffdf229fc8ad076f12593cb3b26..cf66c93b31f8d5995748cc839de7bd82bbf84e63 100644 (file)
@@ -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).