Update index.rst

This commit is contained in:
2017-08-28 01:14:36 -04:00
committed by GitHub
parent ec54918f4a
commit 69edb9def3
+1 -1
View File
@@ -34,7 +34,7 @@ Tablib is an :ref:`MIT Licensed <mit>` format-agnostic tabular dataset library,
>>> print(data.export('json'))
[{"Last Name": "Reitz", "First Name": "Kenneth", "Age": 22}, {"Last Name": "Monke", "First Name": "Bessie", "Age": 21}]
>>> print(data.yaml)
>>> print(data.export('yaml'))
- {Age: 22, First Name: Kenneth, Last Name: Reitz}
- {Age: 21, First Name: Bessie, Last Name: Monke}