From: Daniele Varrazzo Date: Tue, 12 Oct 2021 13:05:28 +0000 (+0200) Subject: Docs typos X-Git-Tag: 3.0~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fb9295fd8459e4ae5b330f849160b26cf378181;p=thirdparty%2Fpsycopg.git Docs typos --- diff --git a/docs/basic/install.rst b/docs/basic/install.rst index 05ad44d89..fa45bca6a 100644 --- a/docs/basic/install.rst +++ b/docs/basic/install.rst @@ -17,7 +17,7 @@ alternative ways to install. Supported systems ----------------- -The psycopg version documented here has *official and tested* support for: +The Psycopg version documented here has *official and tested* support for: - Python: from version 3.6 to 3.10 - PostgreSQL: from version 10 to 14 @@ -81,7 +81,7 @@ Local installation ------------------ A "Local installation" results in a performing and maintainable library. The -library will include a the speed-up C module and will be linked to the system +library will include the speed-up C module and will be linked to the system libraries (``libpq``, ``libssl``...) so that system upgrade of libraries will upgrade the libraries used by Psycopg 3 too. This is the preferred way to install Psycopg for a production site.