Author: phd
Date: 2010-04-10 14:43:01 -0600 (Sat, 10 Apr 2010)
New Revision: 4163
Modified:
SQLObject/branches/0.11/docs/News.txt
Log:
Changed wording.
Modified: SQLObject/branches/0.11/docs/News.txt
===================================================================
--- SQLObject/branches/0.11/docs/News.txt 2010-04-09 20:37:52 UTC (rev 4162)
+++ SQLObject/branches/0.11/docs/News.txt 2010-04-10 20:43:01 UTC (rev 4163)
@@ -10,8 +10,8 @@
SQLObject 0.11.5
================
-* Fixed a bug in replacing self._connection in the case no previous
- self._connection has been set.
+* Fixed a bug in replacing _connection in a case when no previous
+ _connection has been set.
SQLObject 0.11.4
================
|