Fix typo labeling attrs type bool instead of list

This commit is contained in:
whodatninja 2013-02-05 15:10:41 -05:00
parent f293d08e7a
commit 8e3b5baac5
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ SgmlLinkExtractor
:param attrs: list of attributes which should be considered when looking
for links to extract (only for those tags specified in the ``tags``
parameter). Defaults to ``('href',)``
:type attrs: boolean
:type attrs: list
:param canonicalize: canonicalize each extracted url (using
scrapy.utils.url.canonicalize_url). Defaults to ``True``.