]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
Fix spelling in from_pg2
authorŠarūnas Nejus <snejus@protonmail.com>
Sun, 30 Jul 2023 14:34:30 +0000 (15:34 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 31 Jul 2023 10:50:57 +0000 (11:50 +0100)
docs/basic/from_pg2.rst

index 59b6201ffb6bef148e0588e20efa62b4a2b58987..79e07034ac7c669ba1a486298fe3785aa32aec77 100644 (file)
@@ -135,7 +135,7 @@ or a :ref:`client-side binding cursor <client-side-binding-cursors>`::
 
 .. warning::
 
-    If a statements must be executed outside a transaction (such as
+    If a statement must be executed outside a transaction (such as
     :sql:`CREATE DATABASE`), it cannot be executed in batch with other
     statements, even if the connection is in autocommit mode::