mirror of
https://github.com/scrapy/scrapy.git
synced 2025-02-25 13:23:54 +00:00
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…
x
Reference in New Issue
Block a user