fixes typo

This commit is contained in:
Anubhav Patel 2019-08-03 22:46:06 +05:30
parent 8e813953bd
commit 9a4cd94244
1 changed files with 1 additions and 1 deletions

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.
"""