From eedd192851a01e7c86ab13d4159dfc091d9f59f3 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 27 Feb 2018 09:07:18 -0500 Subject: [PATCH] rst 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 56d20af..06f2bd7 100644 --- a/requests_html.py +++ b/requests_html.py @@ -180,7 +180,7 @@ class BaseParser: @property def base_url(self): - """The base URL for the page. Supports the tag.""" + """The base URL for the page. Supports the ```` tag.""" # Support for tag. base = self.find('base', first=True)