mirror of https://github.com/scrapy/scrapy.git
fixed typo "an quotes.json" -> "a quotes.json" (#5005)
This commit is contained in:
parent
fa3ebb1ced
commit
a36f952198
|
|
@ -464,7 +464,7 @@ The simplest way to store the scraped data is by using :ref:`Feed exports
|
|||
|
||||
scrapy crawl quotes -O quotes.json
|
||||
|
||||
That will generate an ``quotes.json`` file containing all scraped items,
|
||||
That will generate a ``quotes.json`` file containing all scraped items,
|
||||
serialized in `JSON`_.
|
||||
|
||||
The ``-O`` command-line switch overwrites any existing file; use ``-o`` instead
|
||||
|
|
|
|||
Loading…
Reference in New Issue