From 483ef3ba7facf7ec397ee968a4379f475f0984e1 Mon Sep 17 00:00:00 2001 From: Pablo Hoffman Date: Fri, 30 Jan 2009 21:52:41 +0000 Subject: [PATCH] changed typo in Items docs --HG-- extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40811 --- scrapy/trunk/docs/topics/items.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scrapy/trunk/docs/topics/items.rst b/scrapy/trunk/docs/topics/items.rst index cec853904..9810467a4 100644 --- a/scrapy/trunk/docs/topics/items.rst +++ b/scrapy/trunk/docs/topics/items.rst @@ -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 ============