Skip to content
This repository was archived by the owner on Jan 18, 2023. It is now read-only.

Commit 24ed6e8

Browse files
committed
Update test_rst.py
1 parent 23e149a commit 24ed6e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_rst.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def common_test(self, name):
4646
text = rst2html(content, outdir=temp, writer="rst",
4747
imgmath_latex_preamble=preamble, layout="docutils",
4848
extlinks=dict(issue=('https://link/%s',
49-
'issue {0} on GitHub')),
49+
'issue %s on GitHub')),
5050
epkg_dictionary=links,
5151
document_name=doc, destination_path=temp,
5252
fLOG=noLOG)

0 commit comments

Comments
 (0)