mirror of https://github.com/scrapy/scrapy.git
changed typo in Items docs
--HG-- extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40811
This commit is contained in:
parent
a834eef6c9
commit
483ef3ba7f
|
|
@ -9,7 +9,7 @@ Quick overview
|
|||
|
||||
In Scrapy, items are the placeholder to use for the scraped data. They are
|
||||
represented by a :class:`ScrapedItem` object, or any descendant class instance,
|
||||
and store the information in class attributes.
|
||||
and store the information in instance attributes.
|
||||
|
||||
ScrapedItems
|
||||
============
|
||||
|
|
|
|||
Loading…
Reference in New Issue