summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.org>2016-05-21 15:13:30 -0400
committerKenneth Reitz <me@kennethreitz.org>2016-05-21 15:13:30 -0400
commitf59abe84be6197e8675bc8d04e65ee7b820f4d52 (patch)
tree537b711f6868f42f87ffa39d0a5245e31818aa57
parente16bb38c4894c51c15e84b115c13e086f9d3214a (diff)
parentcf23f2344f5e611235436c1efb7d363d6b208809 (diff)
downloadtablib-f59abe84be6197e8675bc8d04e65ee7b820f4d52.tar.gz
Merge pull request #239 from ErwinJunge/dataset-title-in-docs
Put Dataset.title in the documentation
-rw-r--r--tablib/core.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tablib/core.py b/tablib/core.py
index aa787f4..c5faad3 100644
--- a/tablib/core.py
+++ b/tablib/core.py
@@ -143,6 +143,7 @@ class Dataset(object):
:param \*args: (optional) list of rows to populate Dataset
:param headers: (optional) list strings for Dataset header row
+ :param title: (optional) string to use as title of the Dataset
.. admonition:: Format Attributes Definition