From f2741c413ee7c790eb7cfe3235a29ea131c53f0e Mon Sep 17 00:00:00 2001 From: Pablo Hoffman Date: Mon, 2 Dec 2013 13:24:12 -0200 Subject: [PATCH] fix method name in tutorial. closes GH-480 --- docs/intro/tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro/tutorial.rst b/docs/intro/tutorial.rst index fa1909479..2f3a997cb 100644 --- a/docs/intro/tutorial.rst +++ b/docs/intro/tutorial.rst @@ -222,7 +222,7 @@ documentation). them representing the nodes selected by the xpath expression given as argument. -* :meth:`~scrapy.selector.Selector.xpath`: returns a list of selectors, each of +* :meth:`~scrapy.selector.Selector.css`: returns a list of selectors, each of them representing the nodes selected by the CSS expression given as argument. * :meth:`~scrapy.selector.Selector.extract`: returns a unicode string with the