diff --git a/docs/guides/install-python.md b/docs/guides/install-python.md index 5589114ee..6865eb878 100644 --- a/docs/guides/install-python.md +++ b/docs/guides/install-python.md @@ -63,7 +63,7 @@ $ uv python install 3.11 3.12 To install an alternative Python implementation, e.g. PyPy: ```console -$ uv python install pypy@3.12 +$ uv python install pypy@3.10 ``` See the [`python install`](../concepts/python-versions.md#installing-a-python-version) documentation