From 7e36d319170a9ec7c4f1f31c76087c2b671dd7a7 Mon Sep 17 00:00:00 2001 From: Mark Huang <mlhuang@cs.princeton.edu> Date: Tue, 24 Oct 2006 20:02:09 +0000 Subject: [PATCH] - fix typo --- PLC/Table.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- 2.47.0