File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ The {obj}`--//python/config_settings:pip_env_marker_config` flag.
1717The values to use for environment markers when evaluating an expression.
1818
1919The 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
2222Missing values will be set to the specification's defaults or computed using
2323available toolchain information.
Original file line number Diff line number Diff 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
816822Supported keys:
817823* `implementation_name`, defaults to `cpython`.
You can’t perform that action at this time.
0 commit comments