learn more

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-02-27 20:16:32 -05:00
parent 14837d4c01
commit f390940a80
+3 -1
View File
@@ -159,7 +159,9 @@ class BaseParser:
@property
def absolute_links(self) -> Set[str]:
"""All found links on page, in `absolute form <https://www.navegabem.com/absolute-or-relative-links.html>`_."""
"""All found links on page, in absolute form
(`learn more <https://www.navegabem.com/absolute-or-relative-links.html>`_).
"""
def gen():
for link in self.links:
# Parse the link with stdlib.