Skip to content

Commit 3cb0ff1

Browse files
committed
add a doc
1 parent 1b8e82e commit 3cb0ff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/private/python.bzl

+1-1
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ _override = tag_class(
426426
),
427427

428428
# Internal attributes that are only usable from `rules_python`
429-
"register_all_versions": attr.bool(default = False),
429+
"register_all_versions": attr.bool(default = False, doc = "rules_python internal use only"),
430430
},
431431
)
432432

0 commit comments

Comments
 (0)