Remove __nonzero__ from SelectorList docs

This commit is contained in:
harshasrinivas 2017-03-24 20:43:28 +05:30
parent 34f4434b17
commit 2ff6b05723
1 changed files with 0 additions and 4 deletions

View File

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