Skip to content

Commit 8ea8999

Browse files
committed
comment: document the parameter.
1 parent ca39446 commit 8ea8999

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

python/uv/private/lock.bzl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,9 @@ _lock_run = rule(
276276
providers = [_RunLockInfo],
277277
),
278278
"output": attr.string(
279-
doc = "The output that we would be updated.",
279+
doc = """\
280+
The output that we would be updated, relative to the package the macro is used in.
281+
""",
280282
),
281283
},
282284
executable = True,

0 commit comments

Comments
 (0)