From f19bbd492f6bb1fba96cb3e913a957c4c4e93000 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 27 Feb 2018 20:23:40 -0500 Subject: [PATCH] fix 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 00565d3..ed31e84 100644 --- a/requests_html.py +++ b/requests_html.py @@ -183,7 +183,7 @@ 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.