We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3ddd2b commit 131adf5Copy full SHA for 131adf5
1 file changed
DBUtils/Docs/UsersGuide.txt
@@ -307,7 +307,7 @@ want a pool of at least five connections to your local database ``mydb``::
307
308
import pgdb # import used DB-API 2 module
309
from DBUtils.PooledDB import PooledDB
310
- pool = PooledPg(pgdb, 5, database='mydb')
+ pool = PooledDB(pgdb, 5, database='mydb')
311
312
Once you have set up the connection pool you can request database connections
313
from that pool::
0 commit comments