From e077a7f2bc8b37b36ac0da569c244f977c400254 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 16 Feb 2011 13:17:03 -0500 Subject: [PATCH] typo --- docs/tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial.rst b/docs/tutorial.rst index 72b8792..4349952 100644 --- a/docs/tutorial.rst +++ b/docs/tutorial.rst @@ -268,7 +268,7 @@ It's that simple. The original :class:`Dataset` is untouched. Excel Workbook With Multiple Sheets ------------------------------------ -When dealing with a large number of :class:`Datasets ` in spreadsheet format, it's quite common to group multiple spreadsheets into a single Excel file, known as a Workbook. Tablib makes it extremely easy to build webooks with the handy, :class:`Databook` class. +When dealing with a large number of :class:`Datasets ` in spreadsheet format, it's quite common to group multiple spreadsheets into a single Excel file, known as a Workbook. Tablib makes it extremely easy to build workbooks with the handy, :class:`Databook` class. Let's say we have 3 different :class:`Datasets `. All we have to do is add then to a :class:`Databook` object... ::