Merge pull request #2924 from superyyrrzz/patch-1

minor fix typo
This commit is contained in:
Mikhail Korobov 2017-10-02 10:25:40 +02:00 committed by GitHub
commit 3431870b53
1 changed files with 1 additions and 1 deletions

View File

@ -452,7 +452,7 @@ For historic reasons, Scrapy appends to a given file instead of overwriting
its contents. If you run this command twice without removing the file
before the second time, you'll end up with a broken JSON file.
You can also used other formats, like `JSON Lines`_::
You can also use other formats, like `JSON Lines`_::
scrapy crawl quotes -o quotes.jl