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 164d6e1 commit c40ab5bCopy full SHA for c40ab5b
Doc/tools/extensions/pyspecific.py
@@ -44,7 +44,7 @@
44
45
46
ISSUE_URI = 'https://bugs.python.org/issue%s'
47
-SOURCE_URI = 'https://github.com/python/cpython/tree/master/%s'
+SOURCE_URI = 'https://github.com/python/cpython/tree/main/%s'
48
49
# monkey-patch reST parser to disable alphabetic and roman enumerated lists
50
from docutils.parsers.rst.states import Body
0 commit comments