]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
More docs typo
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 12 Oct 2021 22:23:26 +0000 (00:23 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 12 Oct 2021 22:23:39 +0000 (00:23 +0200)
docs/api/connections.rst

index 8a0cd1d62c24fcb605f7583ff60330de0347e2f1..705b56302ccf774d8e5604ce9fe78f83e67adbe7 100644 (file)
@@ -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.