fixed typo in doc

This commit is contained in:
Pablo Hoffman 2012-09-18 10:51:01 -03:00
parent eed6eb49da
commit 3d736e657f
1 changed files with 1 additions and 1 deletions

View File

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