fix method name in tutorial. closes GH-480

This commit is contained in:
Pablo Hoffman 2013-12-02 13:24:12 -02:00
parent e34ffc0f42
commit f2741c413e
1 changed files with 1 additions and 1 deletions

View File

@ -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