From 4ca65939e6f40379c7c7c69e971a383de06ad223 Mon Sep 17 00:00:00 2001 From: Darren Ho Date: Sat, 1 Oct 2022 18:33:59 +0100 Subject: [PATCH] #397: Fix typo in install.rst --- docs/basic/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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). -- 2.47.3