From: Daniele Varrazzo Date: Sat, 21 Sep 2024 20:11:10 +0000 (+0200) Subject: docs: polish grammar in the install disclaimer X-Git-Tag: 3.2.3~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa59bba61809a3a6c50481c04eb324e8a004ba11;p=thirdparty%2Fpsycopg.git docs: polish grammar in the install disclaimer --- diff --git a/docs/basic/install.rst b/docs/basic/install.rst index 9f915fbfc..2b7ad97c9 100644 --- a/docs/basic/install.rst +++ b/docs/basic/install.rst @@ -68,14 +68,14 @@ to update it beforehand. platforms depend on the CI runners available to build the packages. This means that: - - binary packages for a new version of Python will be made available once - the runners used for the build support it; you can check the + - binary packages for a new version of Python are made available once + the runners used for the build support it. You can check the `psycopg-binary PyPI files`__ to verify whether your platform is - supported. + supported; - - the libpq version included in the binary package depend on the version + - the libpq version included in the binary packages depends on the version available on the runners. You can use the `psycopg.pq.version()` - function and the `psycopg.pq.__build_version__` constant to infer the + function and `~psycopg.pq.__build_version__` constant to infer the features available. .. __: https://pypi.org/project/psycopg-binary/#files