From f88fb27851eac7de1dd237764985370056edac30 Mon Sep 17 00:00:00 2001 From: Ismael Carnales Date: Tue, 18 Aug 2009 15:18:49 -0300 Subject: [PATCH] fixed error in xpath selectors doc --- docs/topics/selectors.rst | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/topics/selectors.rst b/docs/topics/selectors.rst index cd4fbf1e3..cc6e01b6f 100644 --- a/docs/topics/selectors.rst +++ b/docs/topics/selectors.rst @@ -232,12 +232,8 @@ XPathSelector objects A :class:`XPathSelector` object is a wrapper over response to select certain parts of its content. - A :class:`Request` object represents an HTTP request, which is usually - generated in the Spider and executed by the Downloader, and thus generating - a :class:`Response`. - - ``url`` is a :class:`~scrapy.http.Response` object that will be used for - selecting and extracting data + ``response`` is a :class:`~scrapy.http.Response` object that will be used + for selecting and extracting data .. method:: XPathSelector.select(xpath)