From: Daniele Varrazzo Date: Tue, 12 Oct 2021 22:23:26 +0000 (+0200) Subject: More docs typo X-Git-Tag: 3.0.1~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7357170dbaeb78b456689e0fe0d0a2445fd7c61c;p=thirdparty%2Fpsycopg.git More docs typo --- diff --git a/docs/api/connections.rst b/docs/api/connections.rst index 8a0cd1d62..705b56302 100644 --- a/docs/api/connections.rst +++ b/docs/api/connections.rst @@ -150,7 +150,7 @@ The `!Connection` class loader. See :ref:`binary-data` for details. The method simply creates a `Cursor` instance, `~Cursor.execute()` the - query requested, and return it. + query requested, and returns it. See :ref:`query-parameters` for all the details about executing queries.