summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2005-07-16 05:35:07 +0000
committerMike Bayer <mike_mp@zzzcomputing.com>2005-07-16 05:35:07 +0000
commitb8c5bc6ae331386270a39a64e8e8925a615cb8ab (patch)
tree47cd8a299b7d9a891b8be4dd2e0f540abfe37994 /README
parent576b0dec40b98de2707416c4e380eada83b4842a (diff)
downloadsqlalchemy-b8c5bc6ae331386270a39a64e8e8925a615cb8ab.tar.gz
Diffstat (limited to 'README')
-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