Skip to content

Commit a3ddd2b

Browse files
committed
Fixed Documentation.
1 parent e5e1acb commit a3ddd2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DBUtils/PooledDB.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
5858
import pgdb # import used DB-API 2 module
5959
from DBUtils.PooledDB import PooledDB
60-
pool = PooledPg(pgdb, 5, database='mydb')
60+
pool = PooledDB(pgdb, 5, database='mydb')
6161
6262
Once you have set up the connection pool you can request
6363
database connections from that pool:

0 commit comments

Comments
 (0)