Merge branch 'develop'

This commit is contained in:
Kenneth Reitz
2010-11-04 05:54:01 -04:00
+1 -1
View File
@@ -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'