mirror of https://github.com/scrapy/scrapy.git
text edit - delete 2 extra words
This commit is contained in:
parent
77e3695686
commit
a101d5fe5c
|
|
@ -297,7 +297,7 @@ expressions`_::
|
|||
In order to find the proper CSS selectors to use, you might find useful opening
|
||||
the response page from the shell in your web browser using ``view(response)``.
|
||||
You can use your browser's developer tools to inspect the HTML and come up
|
||||
with a selector (see section about :ref:`topics-developer-tools`).
|
||||
with a selector (see :ref:`topics-developer-tools`).
|
||||
|
||||
`Selector Gadget`_ is also a nice tool to quickly find CSS selector for
|
||||
visually selected elements, which works in many browsers.
|
||||
|
|
|
|||
Loading…
Reference in New Issue