Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhupesh-V committed Jan 2, 2024
1 parent d5bc011 commit e620696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion community-threads/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e620696

Please sign in to comment.