From 2ff6b0572318742f1b16ee7f9f0c3b836b020633 Mon Sep 17 00:00:00 2001 From: harshasrinivas Date: Fri, 24 Mar 2017 20:43:28 +0530 Subject: [PATCH] Remove __nonzero__ from SelectorList docs --- docs/topics/selectors.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/topics/selectors.rst b/docs/topics/selectors.rst index 8a5d44aac..61206a193 100644 --- a/docs/topics/selectors.rst +++ b/docs/topics/selectors.rst @@ -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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~