Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-02-27 20:23:40 -05:00
parent f23df783d6
commit f19bbd492f
+1 -1
View File
@@ -183,7 +183,7 @@ 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.