fix misspelling. hundres -> hundreds.

This commit is contained in:
lexual 2013-11-08 19:03:53 +11:00
parent ff8f23edd5
commit 5bd2e3df52
1 changed files with 2 additions and 2 deletions

View File

@ -133,8 +133,8 @@ class Dataset(object):
data.append_col((90, 67), header='age')
You can also set rows and headers upon instantiation. This is useful if dealing
with dozens or hundres of :class:`Dataset` objects. ::
You can also set rows and headers upon instantiation. This is useful if
dealing with dozens or hundreds of :class:`Dataset` objects. ::
headers = ('first_name', 'last_name')
data = [('John', 'Adams'), ('George', 'Washington')]