Documentation typo fix.

This commit is contained in:
Kenneth Reitz
2010-11-04 00:57:12 -04:00
parent 8626351618
commit e5e22d3ca2
+1 -1
View File
@@ -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. ::