Skip to content

Commit d71346d

Browse files
committed
remove TODO from docstring 1
1 parent 3c23b93 commit d71346d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/private/pypi/select_whl.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ def select_whl(*, whls, python_version, platforms, want_abis, implementation = "
2828
python_version: {type}`str` the target python version.
2929
platforms: {type}`list[str]` the target platform identifiers that may contain
3030
a single `*` character.
31-
implementation: {type}`str` TODO
32-
want_abis: {type}`str` TODO
31+
implementation: {type}`str` a 2 letter implementation name. Defaults to "cp"
32+
want_abis: {type}`str` the ABIs that the target_platform is compatible with.
3333
limit: {type}`int` number of wheels to return. Defaults to 1.
3434
logger: {type}`struct` the logger instance.
3535

0 commit comments

Comments
 (0)