15 lines
495 B
Diff
15 lines
495 B
Diff
|
Index: greenlet-1.1.3/docs/conf.py
|
||
|
===================================================================
|
||
|
--- greenlet-1.1.3.orig/docs/conf.py
|
||
|
+++ greenlet-1.1.3/docs/conf.py
|
||
|
@@ -271,7 +271,7 @@ autoclass_content = 'both'
|
||
|
|
||
|
extlinks = {
|
||
|
'issue': ('https://github.com/python-greenlet/greenlet/issues/%s',
|
||
|
- 'issue #'),
|
||
|
+ 'issue #%s'),
|
||
|
'pr': ('https://github.com/python-greenlet/greenlet/pull/%s',
|
||
|
- 'pull request #')
|
||
|
+ 'pull request #%s')
|
||
|
}
|