Skip to content

Commit 131adf5

Browse files
committed
Fixed Documentation.
1 parent a3ddd2b commit 131adf5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DBUtils/Docs/UsersGuide.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ want a pool of at least five connections to your local database ``mydb``::
307307

308308
import pgdb # import used DB-API 2 module
309309
from DBUtils.PooledDB import PooledDB
310-
pool = PooledPg(pgdb, 5, database='mydb')
310+
pool = PooledDB(pgdb, 5, database='mydb')
311311

312312
Once you have set up the connection pool you can request database connections
313313
from that pool::

0 commit comments

Comments
 (0)