Skip to content

Commit 465111e

Browse files
committed
comment: loaded_platform strings
1 parent 2d6e11a commit 465111e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/private/pythons_hub.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ This rule also writes out the various toolchains for the different Python versio
153153
mandatory = True,
154154
),
155155
"loaded_platforms": attr.string_list_dict(
156-
doc = "The mapping from platform to version",
156+
doc = "The list of loaded platforms keyed by the toolchain full python version",
157157
),
158158
"minor_mapping": attr.string_dict(
159159
doc = "The minor mapping of the `X.Y` to `X.Y.Z` format that is used in config settings.",

0 commit comments

Comments
 (0)