summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.com>2010-11-04 00:57:12 -0400
committerKenneth Reitz <me@kennethreitz.com>2010-11-04 00:57:12 -0400
commite5e22d3ca21d3f6ef3906cd6d321f7e8064a7c29 (patch)
treeb770caca6cc8532534076e326c6b96769da363bf /docs
parent8626351618bff4735deef06990270bb02318e8a3 (diff)
downloadtablib-e5e22d3ca21d3f6ef3906cd6d321f7e8064a7c29.tar.gz
Documentation typo fix.
Diffstat (limited to 'docs')
-rw-r--r--docs/tutorial.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial.rst b/docs/tutorial.rst
index a403d4a..0aa0f80 100644
--- a/docs/tutorial.rst
+++ b/docs/tutorial.rst
@@ -208,7 +208,7 @@ We can now add a dynamic column to our :class:`Dataset` object. In this example,
Now add the headers back, with our new column. ::
- >>> data.headers = _headers + ['Random']
+ >>> data.headers = _headers + ['Grade']
Let's have a look at our data. ::