From e620696ec0179c6bbdd3038dcfcc81669928e95d Mon Sep 17 00:00:00 2001 From: Bhupesh-V Date: Tue, 2 Jan 2024 17:03:55 +0530 Subject: [PATCH] fix typo --- community-threads/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community-threads/main.py b/community-threads/main.py index 2e66e0c..1539013 100644 --- a/community-threads/main.py +++ b/community-threads/main.py @@ -61,7 +61,7 @@ def update_wiki(reddit, wikipage, posts): wiki_header = """# A collection of must read discussions started by community members""" content = wiki_header + "\n\n" - content += f"A handpicked collection of **{total_posts}** interesting posts, discusions & high-quality threads gathered over a {total_years} year period.\n\n" + content += f"A handpicked collection of **{total_posts}** interesting posts, discussions & high-quality threads gathered over {total_years} years.\n\n" for year in sorted(posts_by_year.keys(), reverse=True): content += f"## {year}\n\n"