Skip to content

Commit

Permalink
docs: tiny grammar fix "a" -> "one"
Browse files Browse the repository at this point in the history
  • Loading branch information
0xTiger authored and dvarrazzo committed Jul 17, 2024
1 parent f79867c commit 658afe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/src/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 658afe4

Please sign in to comment.