From 72e487bdc62b793a926a6338ce49a1bc6b6eccc5 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 27 Feb 2018 20:11:07 -0500 Subject: [PATCH] examples 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 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``