Skip to content

Commit

Permalink
Rename "master" to "main" in setup.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
rchen152 committed Nov 19, 2021
1 parent d41d819 commit a0a4cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -103,7 +103,7 @@ def get_long_description():
# Fix relative links to the pytype docs.
return re.sub(
r'\[(.+)\]: docs/',
r'[\g<1>]: https://github.com/google/pytype/blob/master/docs/', desc)
r'[\g<1>]: https://github.com/google/pytype/blob/main/docs/', desc)


copy_typeshed()
Expand Down

0 comments on commit a0a4cb7

Please sign in to comment.