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 5e16bb3 commit 1c60cc3Copy full SHA for 1c60cc3
.github/workflows/bib2readme.py
@@ -159,7 +159,7 @@ def to_string(self) -> str:
159
entry_str += f"<br />_TLDR: {self.awesome_tldr}_"
160
# for papers: ask for a contribution if no TLDR is available yet
161
elif self.awesome_category in ["overview", "method", "application"]:
162
- entry_str += "<br />_TLDR: Reading this paper? Please consider contributing a TLDR summary._"
+ entry_str += "<br />_Reading this paper? Please consider contributing a TLDR summary._"
163
164
if self.authors:
165
entry_str += f"<br />by {self.authors}"
0 commit comments