summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Santos <dfsantosbu@unal.edu.co>2019-10-29 22:13:57 +0100
committerDaniel Santos <dfsantosbu@unal.edu.co>2019-10-29 22:13:57 +0100
commit34fe72305e0a21c40f03cc718bb5346e87e328f2 (patch)
treedc680647b417d7576df12783f19c920b870909dd
parentd94420d96805f088df81f0975306b09ae83bcb60 (diff)
downloadtablib-34fe72305e0a21c40f03cc718bb5346e87e328f2.tar.gz
Add missing extraline.
-rw-r--r--docs/tutorial.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/tutorial.rst b/docs/tutorial.rst
index aa2d019..f530c67 100644
--- a/docs/tutorial.rst
+++ b/docs/tutorial.rst
@@ -313,6 +313,7 @@ Using chaining you can get a filter type and. ::
- {first: Bessie, Last: Monke}
It's that simple. The original :class:`Dataset` is untouched.
+
Open an Excel Workbook and read first sheet
-------------------------------------------