From 9a4cd94244a01a7029e9f03959805a2e45a07874 Mon Sep 17 00:00:00 2001 From: Anubhav Patel Date: Sat, 3 Aug 2019 22:46:06 +0530 Subject: [PATCH] fixes typo --- scrapy/core/downloader/webclient.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scrapy/core/downloader/webclient.py b/scrapy/core/downloader/webclient.py index 1c89a0f9e..3a5890ed0 100644 --- a/scrapy/core/downloader/webclient.py +++ b/scrapy/core/downloader/webclient.py @@ -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. """