mirror of https://github.com/scrapy/scrapy.git
Change single quotes to double in example in docs
This commit is contained in:
parent
8bdcdb0a76
commit
41263f61c6
|
|
@ -461,7 +461,7 @@ For instance, if your settings include::
|
|||
|
||||
And your :command:`crawl` command line is::
|
||||
|
||||
scrapy crawl spidername -o 'dirname/%(batch_id)d-filename%(batch_time)s.json'
|
||||
scrapy crawl spidername -o "dirname/%(batch_id)d-filename%(batch_time)s.json"
|
||||
|
||||
The command line above can generate a directory tree like::
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue