mirror of
https://github.com/scrapy/scrapy.git
synced 2025-02-22 02:52:42 +00:00
Fix a typo in the Items documentation
This commit is contained in:
parent
17fe6d2553
commit
26c488970c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user