From: Jay Turner Date: Thu, 30 Mar 2023 08:11:18 +0000 (+0100) Subject: Fix typo in docs X-Git-Tag: pool-3.2.0~110 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=090ee7ec81cbf7eab9ab8d982e623d9c468c7b6f;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).