diff --git a/README.md b/README.md index 1f20bc742..e6bcfd57f 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/index.md b/docs/index.md index acb04a59d..ac114faeb 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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.