diff --git a/requests_html.py b/requests_html.py
index eb1049a..5df4287 100644
--- a/requests_html.py
+++ b/requests_html.py
@@ -91,7 +91,7 @@ class BaseParser:
def find(self, selector: str, first: bool = False, _encoding: str = None):
"""Given a CSS Selector, returns a list of :class:`Element ` objects.
- Examples:
+ Example CSS Selectors:
- ``a``
- ``a.someClass``