Merge pull request #3527 from hsiaoyi0504/patch-1

unify the quote style
This commit is contained in:
Mikhail Korobov 2018-12-26 14:45:06 +05:00 committed by GitHub
commit 4306886ac6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ http://quotes.toscrape.com, following the pagination::
class QuotesSpider(scrapy.Spider):
name = "quotes"
name = 'quotes'
start_urls = [
'http://quotes.toscrape.com/tag/humor/',
]