fix: typo in tutorial

fix: typo in tutorial
This commit is contained in:
Magsen (CD) 2022-09-13 12:07:58 +02:00 committed by GitHub
parent 3f060aeb56
commit ce0ca51485
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -379,7 +379,7 @@ like this:
Let's open up scrapy shell and play a bit to find out how to extract the data
we want::
$ scrapy shell 'https://quotes.toscrape.com'
scrapy shell 'https://quotes.toscrape.com'
We get a list of selectors for the quote HTML elements with: