Skip to content

Commit 20dd3a5

Browse files
committed
Fix typo.
1 parent 34761ce commit 20dd3a5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

DBUtils/PersistentPg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
begin() method. This ensures that the transparent reopening will be
7777
suspended until the end of the transaction, and that the connection
7878
will be rolled back before being reused in the same thread. To end
79-
transactions, use on of the end(), commit() or rollback() methods.
79+
transactions, use one of the end(), commit() or rollback() methods.
8080
8181
By setting the threadlocal parameter to threading.local, getting
8282
connections may become a bit faster, but this may not work in all

DBUtils/PooledPg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
begin() method. This ensures that the transparent reopening will be
8888
suspended until the end of the transaction, and that the connection will
8989
be rolled back before being given back to the connection pool. To end
90-
transactions, use on of the end(), commit() or rollback() methods.
90+
transactions, use one of the end(), commit() or rollback() methods.
9191
9292
9393
Ideas for improvement:

0 commit comments

Comments
 (0)