Skip to content

Commit 8c75465

Browse files
authored
Update python/private/pypi/index_sources.bzl
1 parent d417c5a commit 8c75465

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

python/private/pypi/index_sources.bzl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ def index_sources(line):
2727
2828
Returns:
2929
A struct with shas attribute containing:
30-
* `shas` - a list of shas to download from pypi_index.
31-
* `version` - the version of the package.
32-
* `marker` - the marker as per PEP508 spec.
33-
* `requirement` - a requirement line without the marker. This can
30+
* `shas` - list[str]; shas to download from pypi_index.
31+
* `version` - str; version of the package.
32+
* `marker` - str; the marker expression, as per PEP508 spec.
33+
* `requirement` - str; a requirement line without the marker. This can
3434
be given to `pip` to install a package.
3535
"""
3636
line = line.replace("\\", " ")

0 commit comments

Comments
 (0)