]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
(no commit message)
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 16 Jul 2005 05:35:07 +0000 (05:35 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 16 Jul 2005 05:35:07 +0000 (05:35 +0000)
README

diff --git a/README b/README
index 1499b4a2805f0e1686446228e5f0d0fd007796cf..aae62fc262f0680a8b938ab2eb99f6bd8e83a65e 100644 (file)
--- 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