Remove `pypy` from top-level pin example (#9896)

This commit is contained in:
Zanie Blue 2024-12-14 12:00:13 -06:00 committed by GitHub
parent c2e2c39449
commit 9e2e9f2d10
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -189,8 +189,8 @@ Type "help", "copyright", "credits" or "license" for more information.
Use a specific Python version in the current directory: Use a specific Python version in the current directory:
```console ```console
$ uv python pin pypy@3.11 $ uv python pin 3.11
Pinned `.python-version` to `pypy@3.11` Pinned `.python-version` to `3.11`
``` ```
See the [Python installation documentation](https://docs.astral.sh/uv/guides/install-python/) to get See the [Python installation documentation](https://docs.astral.sh/uv/guides/install-python/) to get

View File

@ -160,8 +160,8 @@ Type "help", "copyright", "credits" or "license" for more information.
Use a specific Python version in the current directory: Use a specific Python version in the current directory:
```console ```console
$ uv python pin pypy@3.11 $ uv python pin 3.11
Pinned `.python-version` to `pypy@3.11` Pinned `.python-version` to `3.11`
``` ```
See the [installing Python guide](./guides/install-python.md) to get started. See the [installing Python guide](./guides/install-python.md) to get started.