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():