From 75c659a5e766aa52a68f5e2fe54fc090fe0da1a8 Mon Sep 17 00:00:00 2001 From: Philippe Ombredanne Date: Tue, 28 Apr 2020 22:27:29 +0200 Subject: [PATCH 1/2] Fix typo and improve grammar in doc Signed-off-by: Philippe Ombredanne --- 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 a18e8627..c3d384c0 100644 --- a/doc/src/install.rst +++ b/doc/src/install.rst @@ -17,7 +17,7 @@ there is a couple of alternative: and it is not as feature-complete; - a `CFFI port`__ which is currently more used and reported more efficient on - PyPy, but plese be careful to its version numbers because they are not + PyPy, but please be careful of its version numbers because they are not aligned to the official psycopg2 ones and some features may differ. .. _PostgreSQL: https://www.postgresql.org/ From 4c3e0e5f1d552f5fc619fef1aa8e027dd7e01f3a Mon Sep 17 00:00:00 2001 From: Philippe Ombredanne Date: Tue, 28 Apr 2020 22:37:59 +0200 Subject: [PATCH 2/2] Improve doc wording Signed-off-by: Philippe Ombredanne --- 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 c3d384c0..b9da0229 100644 --- a/doc/src/install.rst +++ b/doc/src/install.rst @@ -151,7 +151,7 @@ runtime prerequisites. with Python and PostgreSQL without the need to meet the build requirements. - If you are the maintainer of a publish package depending on `!psycopg2` + If you are the maintainer of a published package depending on `!psycopg2` **you shouldn't use 'psycopg2-binary' as a module dependency**. For production use you are advised to use the source distribution.