Skip to content

Commit

Permalink
Merge pull request #3694 from noviluni/master
Browse files Browse the repository at this point in the history
[MRG+1] Fix numeration
  • Loading branch information
kmike committed Mar 22, 2019
2 parents c191a8e + 70aa5b1 commit 8583c03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/selectors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ The following examples show how these methods map to each other.
>>> response.css('a::attr(href)').extract()
['image1.html', 'image2.html', 'image3.html', 'image4.html', 'image5.html']

2. ``Selector.get()`` is the same as ``Selector.extract()``::
3. ``Selector.get()`` is the same as ``Selector.extract()``::

>>> response.css('a::attr(href)')[0].get()
'image1.html'
Expand Down

0 comments on commit 8583c03

Please sign in to comment.