Merge pull request #3934 from anubhavp28/typo-fix

[MRG+1] Fixes typo
This commit is contained in:
Daniel Graña 2019-08-05 09:39:21 -03:00 committed by GitHub
commit eef1732374
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.
"""