Skip to content

Commit 8488904

Browse files
committed
Update app.md
1 parent 744cc5f commit 8488904

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/plugins/builder/app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The builder plugin name is `app`.
2828
| Option | Default | Description |
2929
| --- | --- | --- |
3030
| `scripts` | all defined | An array of defined [script](../../config/metadata.md#cli) names to limit what gets built |
31-
| `python-version` | latest compatible Python minor version | The exact Python version to use |
31+
| `python-version` | latest compatible Python minor version | The [Python version ID](https://github.com/ofek/pyapp#known) to use |
3232
| `pyapp-version` | | The version of PyApp to use |
3333

3434
## Build behavior
@@ -37,4 +37,4 @@ If any [scripts](../../config/metadata.md#cli) are defined then each one will be
3737

3838
Every executable will be built inside an `app` directory in the [output directory](../../config/build.md#output-directory).
3939

40-
If the [`CARGO_BUILD_TARGET`](https://doc.rust-lang.org/cargo/reference/config.html#buildtarget) environment variable is set then it's value will be appended to the file name stems.
40+
If the [`CARGO_BUILD_TARGET`](https://doc.rust-lang.org/cargo/reference/config.html#buildtarget) environment variable is set then its value will be appended to the file name stems.

0 commit comments

Comments
 (0)