mirror of https://github.com/scrapy/scrapy.git
Fix for python 3.11 (docs) check on pull request
This commit is contained in:
parent
cc9eb3fa79
commit
7fdbbd3ccb
|
|
@ -548,6 +548,7 @@ For example, suppose you want to extract all ``<p>`` elements inside ``<div>``
|
|||
elements. First, you would get all ``<div>`` elements:
|
||||
|
||||
.. code-block:: pycon
|
||||
|
||||
>>> divs = response.xpath("//div")
|
||||
|
||||
At first, you may be tempted to use the following approach, which is wrong, as
|
||||
|
|
|
|||
Loading…
Reference in New Issue