From b8c5bc6ae331386270a39a64e8e8925a615cb8ab Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sat, 16 Jul 2005 05:35:07 +0000 Subject: [PATCH] --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2