Skip to content

Commit 9e2e9f2

Browse files
authored
Remove pypy from top-level pin example (#9896)
1 parent c2e2c39 commit 9e2e9f2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,8 @@ Type "help", "copyright", "credits" or "license" for more information.
189189
Use a specific Python version in the current directory:
190190

191191
```console
192-
$ uv python pin pypy@3.11
193-
Pinned `.python-version` to `pypy@3.11`
192+
$ uv python pin 3.11
193+
Pinned `.python-version` to `3.11`
194194
```
195195

196196
See the [Python installation documentation](https://docs.astral.sh/uv/guides/install-python/) to get

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,8 @@ Type "help", "copyright", "credits" or "license" for more information.
160160
Use a specific Python version in the current directory:
161161

162162
```console
163-
$ uv python pin pypy@3.11
164-
Pinned `.python-version` to `pypy@3.11`
163+
$ uv python pin 3.11
164+
Pinned `.python-version` to `3.11`
165165
```
166166

167167
See the [installing Python guide](./guides/install-python.md) to get started.

0 commit comments

Comments
 (0)