]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
Fix typo in docs
authorJay Turner <jaynicholasturner@gmail.com>
Thu, 30 Mar 2023 08:11:18 +0000 (09:11 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 10 Apr 2023 08:45:44 +0000 (10:45 +0200)
docs/basic/from_pg2.rst

index 069204913fd9e3517fdc9474e95e1382d10262e8..83dfd3dc6f172e05bab4545e21520b0cfab405a1 100644 (file)
@@ -146,7 +146,7 @@ or a :ref:`client-side binding cursor <client-side-binding-cursors>`::
         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).