From: Nils K <24257556+septatrix@users.noreply.github.com> Date: Sun, 25 Aug 2024 10:59:16 +0000 (+0200) Subject: Fix typo in cursor table X-Git-Tag: 3.2.2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6f7dcc434cf7c2523ebfec0cac2a21a4da23b92b;p=thirdparty%2Fpsycopg.git Fix typo in cursor table --- 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`