Update the SOURCE_URI in pyspecific.py to point to the new branch (GH-25977)

This commit is contained in:
Pablo Galindo 2021-05-08 03:43:23 +01:00 committed by GitHub
parent 164d6e1bb1
commit c40ab5b699
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ import suspicious
ISSUE_URI = 'https://bugs.python.org/issue%s'
SOURCE_URI = 'https://github.com/python/cpython/tree/master/%s'
SOURCE_URI = 'https://github.com/python/cpython/tree/main/%s'
# monkey-patch reST parser to disable alphabetic and roman enumerated lists
from docutils.parsers.rst.states import Body