summaryrefslogtreecommitdiff
path: root/docs/tutorial.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/tutorial.rst')
-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. ::