Merge branch 'hotfix/readme' into develop

This commit is contained in:
Kenneth Reitz
2010-09-02 00:04:13 -04:00
+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')