From ef9f4961a12bd19595e75e98d0b2367396d4e38e Mon Sep 17 00:00:00 2001 From: Pablo Hoffman Date: Fri, 3 Apr 2009 04:05:57 +0000 Subject: [PATCH] scrapy.xpath: added docstring pointing to the doc --HG-- extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%401036 --- scrapy/trunk/scrapy/xpath/selector.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scrapy/trunk/scrapy/xpath/selector.py b/scrapy/trunk/scrapy/xpath/selector.py index 433970939..8c49c8f97 100644 --- a/scrapy/trunk/scrapy/xpath/selector.py +++ b/scrapy/trunk/scrapy/xpath/selector.py @@ -1,3 +1,9 @@ +""" +XPath selectors + +See documentation in docs/ref/selectors.rst +""" + import libxml2 from scrapy.http import TextResponse