mirror of
https://github.com/kennethreitz/tablib.git
synced 2026-06-05 23:10:17 +00:00
Merge branch 'hotfix/readme' into develop
This commit is contained in:
+1
-1
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user