mirror of https://github.com/scrapy/scrapy.git
[MRG+1] doc: fix documentation error in link-extractor.rst (#2676)
* fix doc error in link-extractor.rst * remove the import clause * update based on suggestion
This commit is contained in:
parent
362d6f2d20
commit
6c1cacb5d5
|
|
@ -8,7 +8,7 @@ Link extractors are objects whose only purpose is to extract links from web
|
|||
pages (:class:`scrapy.http.Response` objects) which will be eventually
|
||||
followed.
|
||||
|
||||
There is ``scrapy.linkextractors import LinkExtractor`` available
|
||||
There is ``scrapy.linkextractors.LinkExtractor`` available
|
||||
in Scrapy, but you can create your own custom Link Extractors to suit your
|
||||
needs by implementing a simple interface.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue