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)