From: Mark Huang Date: Tue, 24 Oct 2006 20:02:09 +0000 (+0000) Subject: - fix typo X-Git-Tag: pycurl-7_13_1~463 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=7e36d319170a9ec7c4f1f31c76087c2b671dd7a7;p=plcapi.git - fix typo --- diff --git a/PLC/Table.py b/PLC/Table.py index 4174f103..d7b85173 100644 --- a/PLC/Table.py +++ b/PLC/Table.py @@ -112,7 +112,7 @@ class Row(dict): (table, key, self.api.db.param(self.primary_key, self[self.primary_key])) - self.api.db.do(sql, self) + self.api.db.do(sql, self) if commit: self.api.db.commit()