From: Daniele Varrazzo Date: Mon, 26 May 2025 01:43:00 +0000 (+0100) Subject: docs: fix typo X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=85afc3bc317683f2928c5ab4719c149cdb43ebbe;p=thirdparty%2Fpsycopg.git docs: fix typo --- diff --git a/docs/basic/from_pg2.rst b/docs/basic/from_pg2.rst index 466a6a1fd..e8d6b9112 100644 --- a/docs/basic/from_pg2.rst +++ b/docs/basic/from_pg2.rst @@ -156,7 +156,7 @@ or a :ref:`client-side binding cursor `:: .. warning:: - You cannot executeA multiple statements in the same query: + You cannot execute multiple statements in the same query: - when retrieving a :ref:`binary result ` (such as using ``.execute(..., binary=True)``;