From: Lele Gaifax Date: Mon, 5 May 2008 23:08:11 +0000 (+0000) Subject: Fix typo X-Git-Tag: rel_0_5beta1~146 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba06967cce40c5b3d7042803aa4aceffc6e5d354;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Fix typo --- diff --git a/CHANGES b/CHANGES index f69cecf5a9..6daf143b04 100644 --- a/CHANGES +++ b/CHANGES @@ -96,7 +96,7 @@ CHANGES PoolListener, your choice. - added "reset_on_return" option to Pool which will disable - the databsae state cleanup (eg. issuing a rollback()) when + the database state cleanup (eg. issuing a rollback()) when connections are returned to the pool. -ext