Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-02-27 09:07:18 -05:00
parent ee3c1b7017
commit eedd192851
+1 -1
View File
@@ -180,7 +180,7 @@ class BaseParser:
@property
def base_url(self):
"""The base URL for the page. Supports the <base> tag."""
"""The base URL for the page. Supports the ``<base>`` tag."""
# Support for <base> tag.
base = self.find('base', first=True)