diff --git a/README.rst b/README.rst index ff5c8c3..2516838 100644 --- a/README.rst +++ b/README.rst @@ -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)