From: Daniele Varrazzo Date: Mon, 30 Aug 2021 13:41:38 +0000 (+0200) Subject: Docs typo: several way -> ways X-Git-Tag: 3.0~93 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=390641f1a909407fab034f51722f15dc13ede3fe;p=thirdparty%2Fpsycopg.git Docs typo: several way -> ways --- diff --git a/docs/basic/usage.rst b/docs/basic/usage.rst index c69d5d923..c1d24aa06 100644 --- a/docs/basic/usage.rst +++ b/docs/basic/usage.rst @@ -174,7 +174,7 @@ Adapting pyscopg to your program -------------------------------- The above :ref:`pattern of use ` 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