diff --git a/scrapy/trunk/scrapy/item/models.py b/scrapy/trunk/scrapy/item/models.py index 9212e0282..69b4cf1f6 100644 --- a/scrapy/trunk/scrapy/item/models.py +++ b/scrapy/trunk/scrapy/item/models.py @@ -3,8 +3,6 @@ import copy class ScrapedItem(object): """ This is the base class for all scraped items. - 'guid' attribute is required, and is an attribute - that identifies uniquely the given scraped item. """ def __init__(self, data=None):