Skip to content

Commit 2f1a5cf

Browse files
authored
Get top 10 posts
1 parent dc822cd commit 2f1a5cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_programming/get_top_hn_posts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
def hackernews_top_stories(max_stories: int = 10) -> dict:
66
"""
7-
Get the top 10 latest posts from HackerNews and display
7+
Get the top 10 posts from HackerNews and display
88
them as a table inside the terminal
99
https://news.ycombinator.com/
1010
"""

0 commit comments

Comments
 (0)