Skip to content

Commit bcb0370

Browse files
committed
reduce title noise
1 parent 8ceaefc commit bcb0370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

community-roundup/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def create_community_roundup_post(
144144
)
145145
)
146146

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

0 commit comments

Comments
 (0)