]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
Fix typo in cursor table
authorNils K <24257556+septatrix@users.noreply.github.com>
Sun, 25 Aug 2024 10:59:16 +0000 (12:59 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 25 Aug 2024 14:51:49 +0000 (16:51 +0200)
docs/advanced/cursors.rst

index 3b48454fa100b7fc7f85e6f8aaf7dc268f74b005..4bd5227462bfdb0ab34f7697501eac0e1192e2f9 100644 (file)
@@ -39,7 +39,7 @@ with `AsyncConnection` in `asyncio` programs.
 Class             Binding     Storage     Placeholders         See also
 ================= =========== =========== ==================== ==================================
 `Cursor`          server-side client-side ``%s``, ``%(name)s`` :ref:`client-side-cursors`
-`ClientCursor`    cient-side  client-side ``%s``, ``%(name)s`` :ref:`client-side-binding-cursors`
+`ClientCursor`    client-side client-side ``%s``, ``%(name)s`` :ref:`client-side-binding-cursors`
 `ServerCursor`    server-side server-side ``%s``, ``%(name)s`` :ref:`server-side-cursors`
 `RawCursor`       server-side client-side ``$1``               :ref:`raw-query-cursors`
 `RawServerCursor` server-side server-side ``$1``               :ref:`raw-query-cursors`