Add quotes to example in docs

This commit is contained in:
BroodingKangaroo 2020-07-16 09:13:54 +03:00
parent f1020e0e6a
commit 8bdcdb0a76
1 changed files with 1 additions and 1 deletions

View File

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