Skip to content

Commit 8e3b5ba

Browse files
committed
Fix typo labeling attrs type bool instead of list
1 parent f293d08 commit 8e3b5ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/topics/link-extractors.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ SgmlLinkExtractor
8888
:param attrs: list of attributes which should be considered when looking
8989
for links to extract (only for those tags specified in the ``tags``
9090
parameter). Defaults to ``('href',)``
91-
:type attrs: boolean
91+
:type attrs: list
9292

9393
:param canonicalize: canonicalize each extracted url (using
9494
scrapy.utils.url.canonicalize_url). Defaults to ``True``.

0 commit comments

Comments
 (0)