From 175c70ad44dd08f743b7c78d30cf2db99c212bc7 Mon Sep 17 00:00:00 2001 From: Pablo Hoffman Date: Tue, 20 Mar 2012 22:56:45 -0300 Subject: [PATCH] fixed minor defect in link extractors documentation --- 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 ef62efad0..5fdcf318a 100644 --- a/docs/topics/link-extractors.rst +++ b/docs/topics/link-extractors.rst @@ -42,7 +42,7 @@ All available link extractors classes bundled with Scrapy are provided in the SgmlLinkExtractor ----------------- -.. class:: SgmlLinkExtractor(allow=(), deny=(), allow_domains=(), deny_domains=(), deny_extensions=None, restrict_xpaths(), tags=('a', 'area'), attrs=('href'), canonicalize=True, unique=True, process_value=None) +.. class:: SgmlLinkExtractor(allow=(), deny=(), allow_domains=(), deny_domains=(), deny_extensions=None, restrict_xpaths=(), tags=('a', 'area'), attrs=('href'), canonicalize=True, unique=True, process_value=None) The SgmlLinkExtractor extends the base :class:`BaseSgmlLinkExtractor` by providing additional filters that you can specify to extract links,