Skip to content

Commit f31af4b

Browse files
committed
Merge branch '4.0.x' into 4.x
2 parents 110fe17 + cfb9183 commit f31af4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/roots/test-root/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
coverage_c_path = ['special/*.h']
4343
coverage_c_regexes = {'function': r'^PyAPI_FUNC\(.*\)\s+([^_][\w_]+)'}
4444

45-
extlinks = {'issue': ('http://bugs.python.org/issue%s', 'issue '),
45+
extlinks = {'issue': ('http://bugs.python.org/issue%s', 'issue %s'),
4646
'pyurl': ('http://python.org/%s', None)}
4747

4848
# modify tags from conf.py

0 commit comments

Comments
 (0)