Skip to content

Commit

Permalink
Revert "Fix typo on tutorial.rst (#5893)"
Browse files Browse the repository at this point in the history
This reverts commit b9dcabb.
  • Loading branch information
wRAR committed Apr 13, 2023
1 parent b9dcabb commit 8470a38
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 it useful to open
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 :ref:`topics-developer-tools`).
Expand Down

0 comments on commit 8470a38

Please sign in to comment.