1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-23 18:44:05 +00:00

fixes typo

This commit is contained in:
Anubhav Patel 2019-08-03 22:46:06 +05:30
parent 8e813953bd
commit 9a4cd94244

View File

@ -95,7 +95,7 @@ class ScrapyHTTPPageGetter(HTTPClient):
class ScrapyHTTPClientFactory(HTTPClientFactory):
"""Scrapy implementation of the HTTPClientFactory overwriting the
serUrl method to make use of our Url object that cache the parse
setUrl method to make use of our Url object that cache the parse
result.
"""