This commit is contained in:
schopenhauerzhang
2019-07-19 16:09:58 +08:00
committed by Claude Paroz
parent d25d24a9bb
commit 22bb20c74b
+1 -1
View File
@@ -137,7 +137,7 @@ class TablibTestCase(unittest.TestCase):
data.headers = self.headers
data.append(self.john)
new_col = [10];
new_col = [10]
data.append_col(new_col, header='age')