Readme fix

This commit is contained in:
Kenneth Reitz
2010-09-02 00:03:48 -04:00
parent 607ea4a8aa
commit f22357f1bc
+1 -1
View File
@@ -64,7 +64,7 @@ Populate fresh data files: ::
Intelligently add new rows: ::
data.adppend('Bob', 'Dylan', 3.2)
data.append('Bob', 'Dylan', 3.2)
print data.headers
# >>> ('first_name', 'last_name', 'gpa')