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
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -189,8 +189,8 @@ Type "help", "copyright", "credits" or "license" for more information.
Use a specific Python version in the current directory:
```console
$ uv python pin pypy@3.11
Pinned `.python-version` to `pypy@3.11`
$ uv python pin 3.11
Pinned `.python-version` to `3.11`
```
See the [Python installation documentation](https://docs.astral.sh/uv/guides/install-python/) to get
+2 -2
View File
@@ -160,8 +160,8 @@ Type "help", "copyright", "credits" or "license" for more information.
Use a specific Python version in the current directory:
```console
$ uv python pin pypy@3.11
Pinned `.python-version` to `pypy@3.11`
$ uv python pin 3.11
Pinned `.python-version` to `3.11`
```
See the [installing Python guide](./guides/install-python.md) to get started.