mirror of https://github.com/scrapy/scrapy.git
grammar fix - delete extra word "shell"
This commit is contained in:
parent
6336e1d1f3
commit
d711ecfc18
|
|
@ -205,7 +205,7 @@ Extracting data
|
|||
---------------
|
||||
|
||||
The best way to learn how to extract data with Scrapy is trying selectors
|
||||
using the shell :ref:`Scrapy shell <topics-shell>`. Run::
|
||||
using the :ref:`Scrapy shell <topics-shell>`. Run::
|
||||
|
||||
scrapy shell 'http://quotes.toscrape.com/page/1/'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue