]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
Docs typo: several way -> ways
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 30 Aug 2021 13:41:38 +0000 (15:41 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 30 Aug 2021 13:41:53 +0000 (15:41 +0200)
docs/basic/usage.rst

index c69d5d92378f37b0a3b46445092ead5a5376f335..c1d24aa0674c1fc84e88c8e90eda4a1e7a3fd34e 100644 (file)
@@ -174,7 +174,7 @@ Adapting pyscopg to your program
 --------------------------------
 
 The above :ref:`pattern of use <usage>` only shows the default behaviour of
-the adapter. Psycopg can be customised in several way, to allow the smoothest
+the adapter. Psycopg can be customised in several ways, to allow the smoothest
 integration between your Python program and your PostgreSQL database:
 
 - If your program is concurrent and based on `asyncio` instead of on