We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0009bac commit 9f3a18dCopy full SHA for 9f3a18d
src/reader/feed.py
@@ -20,7 +20,7 @@ def _feed(url: str = URL) -> feedparser.FeedParserDict:
20
21
22
def get_site(url: str = URL) -> str:
23
- """Get name and link to web site of the feed."""
+ """Get name and link to website of the feed."""
24
info = _feed(url).feed
25
return f"{info.title} ({info.link})"
26
0 commit comments