spelling: canonicalize

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2022-12-18 20:26:11 -05:00
parent 334f844e58
commit 226c42ad14
2 changed files with 2 additions and 2 deletions

View File

@ -148,7 +148,7 @@ Another example could be for building URL canonicalizers:
::
#!python
class CanonializeUrl(LegSpider):
class CanonicalizeUrl(LegSpider):
def process_request(self, request):
curl = canonicalize_url(request.url, rules=self.spider.canonicalization_rules)

View File

@ -321,7 +321,7 @@ Another example could be for building URL canonicalizers:
::
#!python
class CanonializeUrl(object):
class CanonicalizeUrl(object):
def process_request(self, request, response, spider):
curl = canonicalize_url(request.url,