]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
docs: fix typo
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 26 May 2025 01:43:00 +0000 (02:43 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 26 May 2025 01:43:00 +0000 (02:43 +0100)
docs/basic/from_pg2.rst

index 466a6a1fd8c201af8c7d82c22669554178e4bcd0..e8d6b911273d428df74d599523d7eca540641031 100644 (file)
@@ -156,7 +156,7 @@ or a :ref:`client-side binding cursor <client-side-binding-cursors>`::
 
 .. 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 <binary-data>` (such as using
       ``.execute(..., binary=True)``;