[SQL-CVS] r4512 - SQLObject/trunk/docs
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <sub...@co...> - 2012-03-21 17:19:54
|
Author: phd Date: Wed Mar 21 11:19:48 2012 New Revision: 4512 Log: Minor grammar correction. Modified: SQLObject/trunk/docs/News.txt Modified: SQLObject/trunk/docs/News.txt ============================================================================== --- SQLObject/trunk/docs/News.txt Wed Mar 21 11:18:57 2012 (r4511) +++ SQLObject/trunk/docs/News.txt Wed Mar 21 11:19:48 2012 (r4512) @@ -18,7 +18,7 @@ * Major update in FirebirdConnection: introspection was completely rewritten and extended; ``charset`` was renamed to ``dbEncoding``; - a longstanding bug was fixed - passed port to connect(). + a longstanding bug was fixed - pass port to connect(). SQLObject 1.2.2 =============== |