Skip to content

Commit b10afe5

Browse files
committed
add and fix existing docs
1 parent 272f884 commit b10afe5

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

python/private/pypi/env_marker_info.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The {obj}`--//python/config_settings:pip_env_marker_config` flag.
1717
The values to use for environment markers when evaluating an expression.
1818
1919
The keys and values should be compatible with the [PyPA dependency specifiers
20-
specification](https://packaging.python.org/en/latest/specifications/dependency-specifiers/)
20+
specification](https://packaging.python.org/en/latest/specifications/dependency-specifiers/).
2121
2222
Missing values will be set to the specification's defaults or computed using
2323
available toolchain information.

python/private/pypi/extension.bzl

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,13 @@ If you are defining custom platforms in your project and don't want things to cl
811811
} | {
812812
"env": attr.string_dict(
813813
doc = """\
814-
Values for the PEP508 environment marker evaluation during lock file parsing.
814+
The values to use for environment markers when evaluating an expression.
815+
816+
The keys and values should be compatible with the [PyPA dependency specifiers
817+
specification](https://packaging.python.org/en/latest/specifications/dependency-specifiers/).
818+
819+
Missing values will be set to the specification's defaults or computed using
820+
available toolchain information.
815821
816822
Supported keys:
817823
* `implementation_name`, defaults to `cpython`.

0 commit comments

Comments
 (0)