diff --git a/requests_html.py b/requests_html.py index 90775ee..00565d3 100644 --- a/requests_html.py +++ b/requests_html.py @@ -159,7 +159,9 @@ class BaseParser: @property def absolute_links(self) -> Set[str]: - """All found links on page, in `absolute form `_.""" + """All found links on page, in absolute form + (`learn more `_). + """ def gen(): for link in self.links: # Parse the link with stdlib.