Skip to content

Commit ba14f38

Browse files
committed
fixed minor defect in link extractors documentation
1 parent 0665175 commit ba14f38

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
@@ -42,7 +42,7 @@ All available link extractors classes bundled with Scrapy are provided in the
4242
SgmlLinkExtractor
4343
-----------------
4444

45-
.. 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)
45+
.. 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)
4646

4747
The SgmlLinkExtractor extends the base :class:`BaseSgmlLinkExtractor` by
4848
providing additional filters that you can specify to extract links,

0 commit comments

Comments
 (0)