Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pyfav/pyfav.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
"""

Expand Down Expand Up @@ -189,4 +189,4 @@ def get_favicon_url(url):
return favicon_url

# No favicon in the markup or at url/favicon.ico
return None
return None