Fix spelling mistake

This commit is contained in:
nblock 2016-04-11 14:06:57 +02:00
parent ff80e1c381
commit a3557dd34d
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ locations, using the :meth:`~ItemLoader.add_xpath` method. This is the
data that will be assigned to the ``name`` field later.
Afterwards, similar calls are used for ``price`` and ``stock`` fields
(the later using a CSS selector with the :meth:`~ItemLoader.add_css` method),
(the latter using a CSS selector with the :meth:`~ItemLoader.add_css` method),
and finally the ``last_update`` field is populated directly with a literal value
(``today``) using a different method: :meth:`~ItemLoader.add_value`.