scrapy.xpath: added docstring pointing to the doc

--HG--
extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%401036
This commit is contained in:
Pablo Hoffman 2009-04-03 04:05:57 +00:00
parent b7bd00b336
commit ef9f4961a1
1 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,9 @@
"""
XPath selectors
See documentation in docs/ref/selectors.rst
"""
import libxml2
from scrapy.http import TextResponse