Update scrapy/linkextractors/lxmlhtml.py

Co-authored-by: Adrián Chaves <adrian@chaves.io>
This commit is contained in:
silviopavanetto 2023-01-11 20:30:57 +01:00 committed by GitHub
parent b386c64864
commit faa5bd0f6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ class LxmlLinkExtractor:
Only links that match the settings passed to the ``__init__`` method of
the link extractor are returned.
Duplicate links are omitted if the ``unique`` parameter is set to ``True``,
Duplicate links are omitted if the ``unique`` attribute is set to ``True``,
otherwise they are returned.
"""
base_url = get_base_url(response)