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: