fixed typo "an quotes.json" -> "a quotes.json" (#5005)

This commit is contained in:
Wehzie 2021-02-24 08:15:44 +01:00 committed by GitHub
parent fa3ebb1ced
commit a36f952198
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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