mirror of https://github.com/scrapy/scrapy.git
Remove __nonzero__ from SelectorList docs
This commit is contained in:
parent
34f4434b17
commit
2ff6b05723
|
|
@ -714,10 +714,6 @@ SelectorList objects
|
|||
Call the ``.re()`` method for each element in this list and return
|
||||
their results flattened, as a list of unicode strings.
|
||||
|
||||
.. method:: __nonzero__()
|
||||
|
||||
returns True if the list is not empty, False otherwise.
|
||||
|
||||
|
||||
Selector examples on HTML response
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
|
|
|||
Loading…
Reference in New Issue