Skip to content

Commit

Permalink
Correct typos
Browse files Browse the repository at this point in the history
  • Loading branch information
tracicot authored and pablohoffman committed Feb 10, 2014
1 parent 783d8e3 commit b2f4b29
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/topics/exporters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ default exports), continue reading below.
In order to use an Item Exporter, you must instantiate it with its required
args. Each Item Exporter requires different arguments, so check each exporter
documentation to be sure, in :ref:`topics-exporters-reference`. After you have
instantiated you exporter, you have to:
instantiated your exporter, you have to:

1. call the method :meth:`~BaseItemExporter.start_exporting` in order to
signal the beginning of the exporting process
Expand Down Expand Up @@ -109,10 +109,10 @@ Example::
2. Overriding the serialize_field() method
------------------------------------------

You can also override the :meth:`~BaseItemExporter.serialize` method to
You can also override the :meth:`~BaseItemExporter.serialize_field()` method to
customize how your field value will be exported.

Make sure you call the base class :meth:`~BaseItemExporter.serialize` method
Make sure you call the base class :meth:`~BaseItemExporter.serialize_field()` method
after your custom code.

Example::
Expand Down

0 comments on commit b2f4b29

Please sign in to comment.