Skip to content

Commit

Permalink
Fix typo on tutorial.rst (#5893)
Browse files Browse the repository at this point in the history
  • Loading branch information
sethherr committed Apr 13, 2023
1 parent c34ca4a commit b9dcabb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/intro/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ the :meth:`~scrapy.selector.SelectorList.re` method to extract using
>>> response.css('title::text').re(r'(\w+) to (\w+)')
['Quotes', 'Scrape']

In order to find the proper CSS selectors to use, you might find useful opening
In order to find the proper CSS selectors to use, you might find it useful to open
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 :ref:`topics-developer-tools`).
Expand Down

0 comments on commit b9dcabb

Please sign in to comment.