From 658afe4cd90d3e167d7c98d22824a8d6ec895b1c Mon Sep 17 00:00:00 2001 From: 0xTiger Date: Wed, 17 Jul 2024 17:04:50 +0100 Subject: [PATCH] docs: tiny grammar fix "a" -> "one" --- doc/src/usage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/usage.rst b/doc/src/usage.rst index 9dcf52ed5..b41d8abaf 100644 --- a/doc/src/usage.rst +++ b/doc/src/usage.rst @@ -814,7 +814,7 @@ is rolled back. When a cursor exits the ``with`` block it is closed, releasing any resource eventually associated with it. The state of the transaction is not affected. -A connection can be used in more than a ``with`` statement +A connection can be used in more than one ``with`` statement and each ``with`` block is effectively wrapped in a separate transaction:: conn = psycopg2.connect(DSN)