From: Jay Turner Date: Thu, 30 Mar 2023 08:11:18 +0000 (+0100) Subject: Fix typo in docs X-Git-Tag: 3.1.9~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65e9bcf604d873bdaf41bac0cec69f202c25c652;p=thirdparty%2Fpsycopg.git Fix typo in docs --- 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).