From 8e3b5baac5695a6c14833f1c1dcfc490b59477ec Mon Sep 17 00:00:00 2001 From: whodatninja Date: Tue, 5 Feb 2013 15:10:41 -0500 Subject: [PATCH] Fix typo labeling attrs type bool instead of list --- docs/topics/link-extractors.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/link-extractors.rst b/docs/topics/link-extractors.rst index 7a6f78046..1c3ab4fd3 100644 --- a/docs/topics/link-extractors.rst +++ b/docs/topics/link-extractors.rst @@ -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``.