mirror of
https://github.com/kennethreitz/tablib.git
synced 2026-06-05 23:10:17 +00:00
Documentation typo fix.
This commit is contained in:
+1
-1
@@ -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. ::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user