diff options
author | Claude Paroz <claude@2xlibre.net> | 2019-11-11 21:25:56 +0100 |
---|---|---|
committer | Claude Paroz <claude@2xlibre.net> | 2019-11-11 21:25:56 +0100 |
commit | 357a5594c55a3a99b7949eed7845e9335cb15248 (patch) | |
tree | 2b7c977415df3639b1e8ec021f2efe0e6e8e1d7b | |
parent | f61b8d8926535953da95cdd61fd584c4f644f8e7 (diff) | |
download | tablib-357a5594c55a3a99b7949eed7845e9335cb15248.tar.gz |
Admonitions must have a title
-rw-r--r-- | docs/tutorial.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 <Dataset.csv>`, :class:`tsv <Dataset.tsv>`, :class:`dbf <Dataset.dbf>`, :class:`xls <Dataset.xls>` or :class:`xlsx <Dataset.xlsx>`, and the data source does not have headers, the import should be done as follows :: |