Skip to content

Commit 7881831

Browse files
authored
typeshed 'master' branch was renamed to 'main' (#73)
1 parent ce39620 commit 7881831

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

stub_uploader/build_wheel.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
The generated wheel includes all type stubs (*.pyi files) and the METADATA.toml
1010
itself, no other files can be included.
1111
12-
The types stubs live in https://github.com/python/typeshed/tree/master/stubs,
12+
The types stubs live in https://github.com/python/typeshed/tree/main/stubs,
1313
all fixes for types and metadata should be contributed there, see
14-
https://github.com/python/typeshed/blob/master/CONTRIBUTING.md for more details.
14+
https://github.com/python/typeshed/blob/main/CONTRIBUTING.md for more details.
1515
1616
This file also contains some helper functions related to wheel validation and upload.
1717
"""
@@ -88,12 +88,12 @@
8888
This is a PEP 561 type stub package for the `{distribution}` package.
8989
It can be used by type-checking tools like mypy, PyCharm, pytype etc. to check code
9090
that uses `{distribution}`. The source for this package can be found at
91-
https://github.com/python/typeshed/tree/master/stubs/{distribution}. All fixes for
91+
https://github.com/python/typeshed/tree/main/stubs/{distribution}. All fixes for
9292
types and metadata should be contributed there.
9393
""".strip()
9494

9595
DESCRIPTION_OUTRO_TEMPLATE = """
96-
See https://github.com/python/typeshed/blob/master/README.md for more details.
96+
See https://github.com/python/typeshed/blob/main/README.md for more details.
9797
This package was generated from typeshed commit `{commit}`.
9898
""".strip()
9999

stub_uploader/get_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
(or current) version.
44
55
If the given version was never uploaded, this will return -1. See
6-
https://github.com/python/typeshed/blob/master/README.md for details
6+
https://github.com/python/typeshed/blob/main/README.md for details
77
on stub versioning.
88
99
This file also contains some helper functions related to querying

0 commit comments

Comments
 (0)