Skip to content

Commit b4fc359

Browse files
pablohoffmandangra
authored andcommitted
fix method name in tutorial. closes scrapyGH-480
1 parent c845a19 commit b4fc359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/intro/tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ documentation).
222222
them representing the nodes selected by the xpath expression given as
223223
argument.
224224

225-
* :meth:`~scrapy.selector.Selector.xpath`: returns a list of selectors, each of
225+
* :meth:`~scrapy.selector.Selector.css`: returns a list of selectors, each of
226226
them representing the nodes selected by the CSS expression given as argument.
227227

228228
* :meth:`~scrapy.selector.Selector.extract`: returns a unicode string with the

0 commit comments

Comments
 (0)