Merge pull request #235 from whodatninja/patch-1

Fix typo labeling attrs type bool instead of list
This commit is contained in:
Daniel Graña 2013-02-05 17:27:10 -08:00
commit 33ca295129
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``.