mirror of https://github.com/scrapy/scrapy.git
Add quotes to example in docs
This commit is contained in:
parent
f1020e0e6a
commit
8bdcdb0a76
|
|
@ -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