mirror of https://github.com/scrapy/scrapy.git
Merge pull request #2683 from harshasrinivas/docs-SelectorList
[MRG+1] Remove __nonzero__ from SelectorList docs
This commit is contained in:
commit
9731077a54
|
|
@ -717,10 +717,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