From 088b80d41a12a7b79e440cc4d4a3aae678d5c4af Mon Sep 17 00:00:00 2001 From: Renze Yu Date: Wed, 13 Sep 2017 23:29:22 +0800 Subject: [PATCH] minor fix typo --- docs/intro/tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro/tutorial.rst b/docs/intro/tutorial.rst index 3b3bd8d2120..29f54bc8641 100644 --- a/docs/intro/tutorial.rst +++ b/docs/intro/tutorial.rst @@ -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