Merge pull request #2837 from dguo/patch-2

Fix a typo in the Items documentation
This commit is contained in:
Daniel Graña 2017-07-24 15:55:30 -03:00 committed by GitHub
commit b6d036ede9
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ their available fields.
Various Scrapy components use extra information provided by Items:
exporters look at declared fields to figure out columns to export,
serialization can be customized using Item fields metadata, :mod:`trackref`
tracks Item instances to help finding memory leaks
tracks Item instances to help find memory leaks
(see :ref:`topics-leaks-trackrefs`), etc.
.. _dictionary-like: https://docs.python.org/2/library/stdtypes.html#dict