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