From 6f70ec7fad726940a1deb0ebe08fdb22c01be9df Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 27 Feb 2018 09:11:24 -0500 Subject: [PATCH] fix 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 d2281bf..7f971db 100644 --- a/requests_html.py +++ b/requests_html.py @@ -96,7 +96,7 @@ class BaseParser: @property def text(self): - """The text content of the :class:`Element ` or :class:`HTML `..""" + """The text content of the :class:`Element ` or :class:`HTML `.""" return self.pq.text() @property