From 26c9f089602894d56c9a4841ac58d11036bd6615 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 28 Feb 2018 06:51:23 -0500 Subject: [PATCH] cleanup Signed-off-by: Kenneth Reitz --- requests_html.py | 1 - 1 file changed, 1 deletion(-) diff --git a/requests_html.py b/requests_html.py index 5081a01..08d2370 100644 --- a/requests_html.py +++ b/requests_html.py @@ -105,7 +105,6 @@ class BaseParser: See W3School's `CSS Selectors Reference `_ for more details. - If ``first`` is ``True``, only returns the first :class:`Element ` found.""" encoding = _encoding or self.encoding