]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
Docs typos
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 12 Oct 2021 13:05:28 +0000 (15:05 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 12 Oct 2021 14:06:15 +0000 (16:06 +0200)
docs/basic/install.rst

index 05ad44d895912a2d7351118aff95f73e33bdebb7..fa45bca6abef6119d58f1850f3fe6a0359e91d24 100644 (file)
@@ -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 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.