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 8ceaefc commit bcb0370Copy full SHA for bcb0370
community-roundup/main.py
@@ -144,7 +144,7 @@ def create_community_roundup_post(
144
)
145
146
147
- 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(
148
month=datetime.date.today().strftime("%B"), year=datetime.date.today().year
149
150
0 commit comments