diff --git a/docs/guides/install-python.md b/docs/guides/install-python.md index 6865eb878..3a027ade1 100644 --- a/docs/guides/install-python.md +++ b/docs/guides/install-python.md @@ -89,7 +89,7 @@ automatically download Python versions when they are required. For example, the download Python 3.12 if it was not installed: ```console -$ uv run --python 3.12 python -c 'print("hello world")' +$ uv run --python 3.12 python -c "print('hello world')" ``` Even if a specific Python version is not requested, uv will download the latest version on demand.