From d6887ef6425b9a9fa7bac472be5c33a1295c2b4a Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 27 Feb 2018 20:07:58 -0500 Subject: [PATCH] CSS Signed-off-by: Kenneth Reitz --- requests_html.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requests_html.py b/requests_html.py index ae99be3..ec29981 100644 --- a/requests_html.py +++ b/requests_html.py @@ -89,7 +89,7 @@ class BaseParser: return self.lxml.text_content() def find(self, selector: str, first: bool = False, _encoding: str = None): - """Given a jQuery selector, returns a list of :class:`Element ` objects. + """Given a CSS Selector, returns a list of :class:`Element ` objects. If ``first`` is ``True``, only returns the first :class:`Element ` found.""" def gen():