summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 1499b4a28..aae62fc26 100644
--- a/README
+++ b/README
@@ -162,7 +162,7 @@ users.update(users.c.user_id == 7).execute(user_name = 'fred')
c = db.connection()
-# use the connection pooling directly:
+# use the connection pooling via the transparent manager:
# import a real DBAPI database
from pysqlite2 import dbapi2 as sqlite