[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:
Liu Siyuan 2017-05-06 05:47:06 +08:00 committed by Mikhail Korobov
parent 362d6f2d20
commit 6c1cacb5d5
1 changed files with 1 additions and 1 deletions

View File

@ -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.