Skip to content

Commit 53dee20

Browse files
authored
docs: fix doc for how to use new bootstrap impl (#1959)
The target name and value were both incorrect.
1 parent e682cd0 commit 53dee20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ A brief description of the categories of changes:
137137
placeholder, just like the `python_default_visibility` directive does.
138138
* (rules) A new bootstrap implementation that doesn't require a system Python
139139
is available. It can be enabled by setting
140-
{obj}`--@rules_python//python:config_settings:bootstrap_impl=two_phase`. It
140+
{obj}`--@rules_python//python/config_settings:bootstrap_impl=script`. It
141141
will become the default in a subsequent release.
142142
([#691](https://github.com/bazelbuild/rules_python/issues/691))
143143
* (providers) `PyRuntimeInfo` has two new attributes:

0 commit comments

Comments
 (0)