From c7678128d1b33a9131c38fe0f26f29542bb25dca Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 27 Feb 2018 20:14:34 -0500 Subject: [PATCH] learn more Signed-off-by: Kenneth Reitz --- requests_html.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requests_html.py b/requests_html.py index 556bb44..fd3b351 100644 --- a/requests_html.py +++ b/requests_html.py @@ -181,7 +181,8 @@ class BaseParser: @property def base_url(self) -> str: - """The base URL for the page. Supports the ```` tag.""" + """The base URL for the page. Supports the ````` tag + (`learn more `_).""" # Support for tag. base = self.find('base', first=True)