From 65e9bcf604d873bdaf41bac0cec69f202c25c652 Mon Sep 17 00:00:00 2001 From: Jay Turner Date: Thu, 30 Mar 2023 09:11:18 +0100 Subject: [PATCH] Fix typo in docs --- docs/basic/from_pg2.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/basic/from_pg2.rst b/docs/basic/from_pg2.rst index 069204913..83dfd3dc6 100644 --- a/docs/basic/from_pg2.rst +++ b/docs/basic/from_pg2.rst @@ -146,7 +146,7 @@ or a :ref:`client-side binding cursor `:: psycopg.errors.ActiveSqlTransaction: CREATE DATABASE cannot run inside a transaction block This happens because PostgreSQL itself will wrap multiple statements in a - transaction. Note that your will experience a different behaviour in + transaction. Note that you will experience a different behaviour in :program:`psql` (:program:`psql` will split the queries on semicolons and send them to the server separately). -- 2.47.2