Skip to content

Commit

Permalink
reduce title noise
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhupesh-V committed Nov 8, 2024
1 parent 8ceaefc commit bcb0370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion community-roundup/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def create_community_roundup_post(
)
)

title = "Community Roundup: List of must read posts & interesting discussions that happened in {month} {year}".format(
title = "Community Roundup: List of interesting discussions that happened in {month} {year}".format(
month=datetime.date.today().strftime("%B"), year=datetime.date.today().year
)

Expand Down

0 comments on commit bcb0370

Please sign in to comment.