learn more

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-02-27 20:14:34 -05:00
parent c3af117944
commit c7678128d1
+2 -1
View File
@@ -181,7 +181,8 @@ class BaseParser:
@property
def base_url(self) -> str:
"""The base URL for the page. Supports the ``<base>`` tag."""
"""The base URL for the page. Supports the ```<base>`` tag
(`learn more <https://www.w3schools.com/tags/tag_base.asp>`_)."""
# Support for <base> tag.
base = self.find('base', first=True)