Documentation typo.

This commit is contained in:
Kenneth Reitz
2010-11-09 12:27:15 -05:00
parent 5fad80a540
commit 9ddb4de942
+1 -1
View File
@@ -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`.