Skip to content

Commit 10d03ee

Browse files
committed
Merge pull request scrapy#1916 from nblock/patch-1
Fix spelling mistake
2 parents ff80e1c + a3557dd commit 10d03ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/topics/loaders.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ locations, using the :meth:`~ItemLoader.add_xpath` method. This is the
6262
data that will be assigned to the ``name`` field later.
6363

6464
Afterwards, similar calls are used for ``price`` and ``stock`` fields
65-
(the later using a CSS selector with the :meth:`~ItemLoader.add_css` method),
65+
(the latter using a CSS selector with the :meth:`~ItemLoader.add_css` method),
6666
and finally the ``last_update`` field is populated directly with a literal value
6767
(``today``) using a different method: :meth:`~ItemLoader.add_value`.
6868

0 commit comments

Comments
 (0)