diff --git a/pyfav/pyfav.py b/pyfav/pyfav.py index 1d6a291..a668b7e 100644 --- a/pyfav/pyfav.py +++ b/pyfav/pyfav.py @@ -111,7 +111,7 @@ def parse_markup_for_favicon(markup, url): url -- A string containing the URL where the supplied markup can be found. We use this URL in cases where the favicon path in the markup is relative. - Retruns: + Returns: The URL of the favicon. A string. If not found, returns None. """ @@ -189,4 +189,4 @@ def get_favicon_url(url): return favicon_url # No favicon in the markup or at url/favicon.ico - return None \ No newline at end of file + return None