From 6f7dcc434cf7c2523ebfec0cac2a21a4da23b92b Mon Sep 17 00:00:00 2001 From: Nils K <24257556+septatrix@users.noreply.github.com> Date: Sun, 25 Aug 2024 12:59:16 +0200 Subject: [PATCH] Fix typo in cursor table --- docs/advanced/cursors.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced/cursors.rst b/docs/advanced/cursors.rst index 3b48454fa..4bd522746 100644 --- a/docs/advanced/cursors.rst +++ b/docs/advanced/cursors.rst @@ -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` -- 2.47.2