fixed documentation bug (thanks rhill for reporting)

This commit is contained in:
Pablo Hoffman 2010-05-11 11:25:03 -03:00
parent 5d03405cac
commit 7a55158fed
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ on the respective Item Exporter to get more info.
the first line. This format requires you to specify the fields to export
using the :setting:`EXPORT_FIELDS` setting.
* ``jsonlines``: uses a :class:`~jsonlines.JsonLinesItemExporter`
* ``json``: uses a :class:`~jsonlines.JsonLinesItemExporter`
* ``pickle``: uses a :class:`PickleItemExporter`