From a58bf269d91e1b1784f3ed6a77882c9b0ce69577 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 4 Nov 2010 05:53:45 -0400 Subject: [PATCH] Typo. --- tablib/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tablib/core.py b/tablib/core.py index 43bab93..2fcea5c 100644 --- a/tablib/core.py +++ b/tablib/core.py @@ -378,7 +378,7 @@ class Dataset(object): headers, if they have been set. Otherwise, the top row will contain the first row of the dataset. - A dataset object can also be imported by setting the :class:`Dataset.csv` attribute. :: + A dataset object can also be imported by setting the :class:`Dataset.tsv` attribute. :: data = tablib.Dataset() data.tsv = 'age\tfirst_name\tlast_name\\n90\tJohn\tAdams'