From 9ddb4de9420dc3ae3eb5133e95083a22b0f6000c Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 9 Nov 2010 12:27:15 -0500 Subject: [PATCH] Documentation typo. --- docs/tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial.rst b/docs/tutorial.rst index d89c8c1..dfe10ff 100644 --- a/docs/tutorial.rst +++ b/docs/tutorial.rst @@ -243,7 +243,7 @@ Filtering Datasets with Tags .. versionadded:: 0.9.0 -When constructing a :class:`Dataset` object, you can add tags to rows by speficying the ``tags`` parameter. +When constructing a :class:`Dataset` object, you can add tags to rows by specifying the ``tags`` parameter. This allows you to filter your :class:`Dataset` later. This can be useful so seperate rows of data based on arbitrary criteria (*e.g.* origin) that you don't want to include in your :class:`Dataset`.