From 7bb617b36811a6298832a6db275e566b39b8677d Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 27 Feb 2018 20:28:04 -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 e2fe371..0ccb9e2 100644 --- a/requests_html.py +++ b/requests_html.py @@ -36,7 +36,7 @@ class BaseParser: @property def raw_html(self): - """Bytes representation of the HTML content (`learn more `_.""" + """Bytes representation of the HTML content (`learn more `_).""" if self._html: return self._html else: