Skip to content

Commit b2f4b29

Browse files
tracicotpablohoffman
authored andcommitted
Correct typos
1 parent 783d8e3 commit b2f4b29

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/topics/exporters.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ default exports), continue reading below.
2525
In order to use an Item Exporter, you must instantiate it with its required
2626
args. Each Item Exporter requires different arguments, so check each exporter
2727
documentation to be sure, in :ref:`topics-exporters-reference`. After you have
28-
instantiated you exporter, you have to:
28+
instantiated your exporter, you have to:
2929

3030
1. call the method :meth:`~BaseItemExporter.start_exporting` in order to
3131
signal the beginning of the exporting process
@@ -109,10 +109,10 @@ Example::
109109
2. Overriding the serialize_field() method
110110
------------------------------------------
111111

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

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

118118
Example::

0 commit comments

Comments
 (0)