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