mirror of https://github.com/scrapy/scrapy.git
Merge pull request #1233 from Curita/docs-fix
Fix in docs for error introduced in #1218
This commit is contained in:
commit
564aca11bf
|
|
@ -79,7 +79,7 @@ LxmlLinkExtractor
|
|||
extensions that should be ignored when extracting links.
|
||||
If not given, it will default to the
|
||||
``IGNORED_EXTENSIONS`` list defined in the
|
||||
`scrapy.linkextractors`_ module.
|
||||
`scrapy.linkextractors`_ package.
|
||||
:type deny_extensions: list
|
||||
|
||||
:param restrict_xpaths: is an XPath (or list of XPath's) which defines
|
||||
|
|
|
|||
Loading…
Reference in New Issue