Removing unnecessary line from docs to prevent test failure (#5274)

This commit is contained in:
Jake Herbst 2021-10-12 13:20:09 -04:00 committed by GitHub
parent 1ae53a9d7c
commit d08199f631
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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