Skip to content

Commit

Permalink
Remove pypy from top-level pin example (#9896)
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb authored Dec 14, 2024
1 parent c2e2c39 commit 9e2e9f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9e2e9f2

Please sign in to comment.