mirror of https://github.com/scrapy/scrapy.git
Removing unnecessary line from docs to prevent test failure (#5274)
This commit is contained in:
parent
1ae53a9d7c
commit
d08199f631
|
|
@ -282,7 +282,6 @@ raise an :exc:`IndexError` exception if there are no results::
|
|||
|
||||
>>> response.css('noelement')[0].get()
|
||||
Traceback (most recent call last):
|
||||
File "<console>", line 1, in <module>
|
||||
...
|
||||
IndexError: list index out of range
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue