[SQL-CVS] r4309 - SQLObject/trunk/docs
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <sub...@co...> - 2010-12-17 15:22:40
|
Author: phd Date: Fri Dec 17 08:22:32 2010 New Revision: 4309 Log: Fixed a copy/paste mistake. Modified: SQLObject/trunk/docs/SQLBuilder.txt Modified: SQLObject/trunk/docs/SQLBuilder.txt ============================================================================== --- SQLObject/trunk/docs/SQLBuilder.txt Fri Dec 17 08:17:44 2010 (r4308) +++ SQLObject/trunk/docs/SQLBuilder.txt Fri Dec 17 08:22:32 2010 (r4309) @@ -181,7 +181,7 @@ Use connection.query(query) to execute the query. `table`: - A string that names the table to INSERT into. + A string that names the table to UPDATE. `values`: A dictionary {key: value}; keys are column names. |