Delete the preview default value of python-preference in the document. (#6301)

## Summary
I believe the default for the stable ``uv venv`` in [UV
v0.3.0](https://github.com/astral-sh/uv/releases/tag/0.3.0) is managed.
## Test Plan
Running a document server locally.

![image](https://github.com/user-attachments/assets/0f582f07-1332-424b-bb1b-82b19533e14e)
This commit is contained in:
FishAlchemist 2024-08-21 14:38:50 +08:00 committed by GitHub
parent cd4855326c
commit 63c5e94726
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -150,7 +150,7 @@ pub struct GlobalOptions {
/// Whether to prefer using Python installations that are already present on the system, or
/// those that are downloaded and installed by uv.
#[option(
default = "\"only-system\" (stable) or \"managed\" (preview)",
default = "\"managed\"",
value_type = "str",
example = r#"
python-preference = "managed"

View file

@ -866,7 +866,7 @@ Whether to allow Python downloads.
Whether to prefer using Python installations that are already present on the system, or
those that are downloaded and installed by uv.
**Default value**: `"only-system" (stable) or "managed" (preview)`
**Default value**: `"managed"`
**Possible values**: