Skip to content

Commit

Permalink
Update .maint/update_authors.py
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Markiewicz <[email protected]>
  • Loading branch information
DimitriPapadopoulos and effigies authored May 4, 2024
1 parent 1145226 commit 6481f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .maint/update_authors.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ def _aslist(value):
'{}.'.format(
'; '.join(
[
'{} \\ :sup:`{}`\\ '.format(i['name'], idx)
rf'{i["name"]} \ :sup:`{idx}`\ '
for i, idx in zip(hits, aff_indexes, strict=False)
]
)
Expand Down

0 comments on commit 6481f6c

Please sign in to comment.