Skip to content

Commit 45611a5

Browse files
committed
docs: add DATA field to VenvSymlinkKind docstring
1 parent 52dfac5 commit 45611a5

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

python/private/py_info.bzl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ def _VenvSymlinkKind_typedef():
3737
3838
Indicates to create paths under the venv's include directory.
3939
:::
40+
41+
:::{field} DATA
42+
:type: object
43+
44+
Indicates to create paths under the venv's data directory.
45+
:::
4046
"""
4147

4248
# buildifier: disable=name-conventions

0 commit comments

Comments
 (0)