Merge pull request #2683 from harshasrinivas/docs-SelectorList

[MRG+1] Remove __nonzero__ from SelectorList docs
This commit is contained in:
Mikhail Korobov 2017-04-12 21:25:00 +05:00 committed by GitHub
commit 9731077a54
1 changed files with 0 additions and 4 deletions

View File

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