From: Daniele Varrazzo Date: Tue, 26 Aug 2025 03:24:48 +0000 (+0200) Subject: docs: fix confusing comment from readme X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0f895c1d9dba1fb3fd2d8402db0073195674323c;p=thirdparty%2Fpsycopg.git docs: fix confusing comment from readme --- 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`__.