Skip to content

Commit 395aa13

Browse files
Update docs/pypi/download.md
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 57bc3f8 commit 395aa13

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/pypi/download.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,11 @@ minimal overhead. As a result, users should configure their `pip.parse`
120120
calls and select which platforms they want to target via the
121121
{attr}`pip.parse.target_platforms` attribute:
122122
```starlark
123-
# Enable free threaded and non-freethreaded switching on the host platform
123+
# Example of enabling free threaded and non-freethreaded switching on the host platform:
124124
target_platforms = ["{os}_{arch}", "{os}_{arch}_freethreaded"],
125125

126-
# Enable building for `linux_x86_64` containers and the host platform.
127-
target_platforms = ["{os}_{arch}", "linux_x86_64"],
126+
# As another example, to enable building for `linux_x86_64` containers and the host platform:
127+
# target_platforms = ["{os}_{arch}", "linux_x86_64"],
128128
)
129129
```
130130

0 commit comments

Comments
 (0)