From 0f895c1d9dba1fb3fd2d8402db0073195674323c Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Tue, 26 Aug 2025 05:24:48 +0200 Subject: [PATCH] docs: fix confusing comment from readme --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 970492cea..9d07b95dc 100644 --- a/README.rst +++ b/README.rst @@ -9,7 +9,7 @@ Installation Quick version:: - pip install "psycopg[binary,pool]" # install binary dependencies + pip install "psycopg[binary,pool]" For further information about installation please check `the documentation`__. -- 2.47.3