mirror of https://github.com/scrapy/scrapy.git
fixed error in link extractors doc, thanks tarasm
This commit is contained in:
parent
bdc0ec6863
commit
f0689a9ee8
|
|
@ -93,8 +93,8 @@ SgmlLinkExtractor
|
|||
:type unique: boolean
|
||||
|
||||
:param process_value: see ``process_value`` argument of
|
||||
:class:`LinkExtractor` class constructor
|
||||
:type process_value: boolean
|
||||
:class:`BaseSgmlLinkExtractor` class constructor
|
||||
:type process_value: callable
|
||||
|
||||
BaseSgmlLinkExtractor
|
||||
---------------------
|
||||
|
|
|
|||
Loading…
Reference in New Issue