Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-02-27 20:07:58 -05:00
parent 83b93d013f
commit d6887ef642
+1 -1
View File
@@ -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 <Element>` objects.
"""Given a CSS Selector, returns a list of :class:`Element <Element>` objects.
If ``first`` is ``True``, only returns the first :class:`Element <Element>` found."""
def gen():