Skip to content

Commit efa4675

Browse files
committed
Update doc
1 parent 84063fa commit efa4675

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/private/python.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1331,7 +1331,7 @@ Arbitrary platform strings allowed.
13311331
),
13321332
"python_version": attr.string(
13331333
mandatory = False,
1334-
doc = "The python version to override URLs for. Must be in `X.Y.Z` format.",
1334+
doc = "The python version to override URLs for. Must be in `X.Y.Z` or `X.Y` format.",
13351335
),
13361336
"python_version_env": attr.string(
13371337
mandatory = False,

0 commit comments

Comments
 (0)