Skip to content

Commit 1c60cc3

Browse files
adjust "contribute TLDR" text
1 parent 5e16bb3 commit 1c60cc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bib2readme.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ def to_string(self) -> str:
159159
entry_str += f"<br />_TLDR: {self.awesome_tldr}_"
160160
# for papers: ask for a contribution if no TLDR is available yet
161161
elif self.awesome_category in ["overview", "method", "application"]:
162-
entry_str += "<br />_TLDR: Reading this paper? Please consider contributing a TLDR summary._"
162+
entry_str += "<br />_Reading this paper? Please consider contributing a TLDR summary._"
163163

164164
if self.authors:
165165
entry_str += f"<br />by {self.authors}"

0 commit comments

Comments
 (0)