From: Mike Bayer Date: Sat, 16 Jul 2005 05:35:07 +0000 (+0000) Subject: (no commit message) X-Git-Tag: rel_0_1_0~881 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8c5bc6ae331386270a39a64e8e8925a615cb8ab;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git --- diff --git a/README b/README index 1499b4a280..aae62fc262 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