mirror of https://github.com/scrapy/scrapy.git
scrapy.xpath: added docstring pointing to the doc
--HG-- extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%401036
This commit is contained in:
parent
b7bd00b336
commit
ef9f4961a1
|
|
@ -1,3 +1,9 @@
|
|||
"""
|
||||
XPath selectors
|
||||
|
||||
See documentation in docs/ref/selectors.rst
|
||||
"""
|
||||
|
||||
import libxml2
|
||||
|
||||
from scrapy.http import TextResponse
|
||||
|
|
|
|||
Loading…
Reference in New Issue