text edit - delete 2 extra words

This commit is contained in:
float13 2019-04-05 01:12:20 -04:00
parent 77e3695686
commit a101d5fe5c
1 changed files with 1 additions and 1 deletions

View File

@ -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.