mirror of
https://github.com/kennethreitz/tablib.git
synced 2026-06-05 23:10:17 +00:00
Readme issue
This commit is contained in:
+1
-2
@@ -35,8 +35,7 @@ Populate fresh data files: ::
|
||||
|
||||
data = [
|
||||
('John', 'Adams', 90),
|
||||
('George', 'Washington', 67),
|
||||
('Henry', 'Ford', 2.3)
|
||||
('George', 'Washington', 67)
|
||||
]
|
||||
|
||||
data = tablib.Dataset(*data, headers=headers)
|
||||
|
||||
Reference in New Issue
Block a user