From 14837d4c01da2b63a47b20ae0749820827983633 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 27 Feb 2018 20:16:07 -0500 Subject: [PATCH] absolute learn more 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 fd3b351..90775ee 100644 --- a/requests_html.py +++ b/requests_html.py @@ -159,7 +159,7 @@ 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 `_.""" def gen(): for link in self.links: # Parse the link with stdlib.