Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Minor method name fix
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
docs/intro/tutorial.rst
|
@@ -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``. |
|
|
You can run queries on ``response`` by calling ``response.selector.xpath()`` or |
|
|
``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()``. |
|
|
|
|
|
|
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.