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.