From 3d736e657f202c3c46020c6152bc51ca10bc2d7b Mon Sep 17 00:00:00 2001 From: Pablo Hoffman Date: Tue, 18 Sep 2012 10:51:01 -0300 Subject: [PATCH] fixed typo in doc --- docs/topics/spiders.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/spiders.rst b/docs/topics/spiders.rst index dd2f60ba0..4d5f7ed82 100644 --- a/docs/topics/spiders.rst +++ b/docs/topics/spiders.rst @@ -179,7 +179,7 @@ BaseSpider the same requirements as the :class:`BaseSpider` class. This method, as well as any other Request callback, must return an - iterable of :class:`~scrapy.http.Request~ and/or + iterable of :class:`~scrapy.http.Request` and/or :class:`~scrapy.item.Item` objects. :param response: the response to parse