changed typo in Items docs

--HG--
extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40811
This commit is contained in:
Pablo Hoffman 2009-01-30 21:52:41 +00:00
parent a834eef6c9
commit 483ef3ba7f
1 changed files with 1 additions and 1 deletions

View File

@ -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
============