From cf23f2344f5e611235436c1efb7d363d6b208809 Mon Sep 17 00:00:00 2001 From: Erwin Junge Date: Fri, 20 May 2016 16:13:22 +0200 Subject: [PATCH] Put Dataset.title in the documentation --- tablib/core.py | 1 + 1 file changed, 1 insertion(+) 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