]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
Docs typo: a -> an
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 10 Nov 2021 00:42:26 +0000 (01:42 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 10 Nov 2021 00:42:26 +0000 (01:42 +0100)
docs/basic/usage.rst

index ef28d8ece409d3ff432d0bc104d8615a6a2b2c1d..b592465ad3070ab8503134635f4c078c43262f85 100644 (file)
@@ -104,7 +104,7 @@ Shortcuts
 The pattern above is familiar to `!psycopg2` users. However, Psycopg 3 also
 exposes a few simple extensions which make the above pattern leaner:
 
-- the `Connection` objects exposes a `~Connection.execute()` method,
+- the `Connection` objects exposes an `~Connection.execute()` method,
   equivalent to creating a cursor, calling its `~Cursor.execute()` method, and
   returning it.