Change single quotes to double in example in docs

This commit is contained in:
BroodingKangaroo 2020-07-16 18:41:45 +03:00
parent 8bdcdb0a76
commit 41263f61c6
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::