From 357a5594c55a3a99b7949eed7845e9335cb15248 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Mon, 11 Nov 2019 21:25:56 +0100 Subject: [PATCH] Admonitions must have a title --- docs/tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial.rst b/docs/tutorial.rst index 30cce35..6226aef 100644 --- a/docs/tutorial.rst +++ b/docs/tutorial.rst @@ -110,7 +110,7 @@ Creating a :class:`tablib.Dataset` object by importing a pre-existing file is si This detects what sort of data is being passed in, and uses an appropriate formatter to do the import. So you can import from a variety of different file types. -.. admonition:: +.. admonition:: Source without headers When the format is :class:`csv `, :class:`tsv `, :class:`dbf `, :class:`xls ` or :class:`xlsx `, and the data source does not have headers, the import should be done as follows ::