We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c845a19 commit b4fc359Copy full SHA for b4fc359
docs/intro/tutorial.rst
@@ -222,7 +222,7 @@ documentation).
222
them representing the nodes selected by the xpath expression given as
223
argument.
224
225
-* :meth:`~scrapy.selector.Selector.xpath`: returns a list of selectors, each of
+* :meth:`~scrapy.selector.Selector.css`: returns a list of selectors, each of
226
them representing the nodes selected by the CSS expression given as argument.
227
228
* :meth:`~scrapy.selector.Selector.extract`: returns a unicode string with the
0 commit comments