Skip to content

Commit

Permalink
Minor method name fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mlyundin authored and dangra committed Aug 6, 2015
1 parent 9c9d2e0 commit 6f85c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/intro/tutorial.rst
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ More importantly ``response`` has a ``selector`` attribute which is an instance
:class:`~scrapy.selector.Selector` class, instantiated with this particular ``response``. :class:`~scrapy.selector.Selector` class, instantiated with this particular ``response``.
You can run queries on ``response`` by calling ``response.selector.xpath()`` or You can run queries on ``response`` by calling ``response.selector.xpath()`` or
``response.selector.css()``. There are also some convenience shortcuts like ``response.xpath()`` ``response.selector.css()``. There are also some convenience shortcuts like ``response.xpath()``
or ``response.xml()`` which map directly to ``response.selector.xpath()`` and or ``response.css()`` which map directly to ``response.selector.xpath()`` and
``response.selector.css()``. ``response.selector.css()``.




Expand Down

0 comments on commit 6f85c7f

Please sign in to comment.