From 00bfb37e79e79cbabd21c77477d07a09e73d22fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Valentin-Costel=20H=C4=83loiu?= Date: Wed, 4 Jul 2012 06:55:01 +0300 Subject: [PATCH] Update master --- docs/intro/tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro/tutorial.rst b/docs/intro/tutorial.rst index b4e9f066a..6d2b425bd 100644 --- a/docs/intro/tutorial.rst +++ b/docs/intro/tutorial.rst @@ -372,7 +372,7 @@ standard dict syntax like:: 'Example title' Spiders are expected to return their scraped data inside -:class:`~scrapy.item.Item` objects. So, in order to returnthe data we've +:class:`~scrapy.item.Item` objects. So, in order to return the data we've scraped so far, the final code for our Spider would be like this:: from scrapy.spider import BaseSpider