mirror of https://github.com/scrapy/scrapy.git
added missing colon
This commit is contained in:
parent
3f30fee6ea
commit
90407d2789
|
|
@ -15,7 +15,7 @@ requests. For example:
|
|||
>>> request = Request('http://scrapy.org', callback=parse_response)
|
||||
>>> crawler = Crawler()
|
||||
>>> crawler.crawl(request)
|
||||
Visited http://scrapy.org
|
||||
Visited: http://scrapy.org
|
||||
>>>
|
||||
|
||||
Request callbacks follow the same API of spiders callback, which means that all
|
||||
|
|
|
|||
Loading…
Reference in New Issue