Skip to content

Commit

Permalink
Update docs/advanced/index.md
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
MyPyDavid authored Dec 5, 2024
1 parent f277fe7 commit 49f69f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ If you want to use a different Python version than your Linux distribution provi
curl -LsSf https://astral.sh/uv/install.sh | sh
```

Then you can create a virtual enviroment with the desired Python version using, e.g.:
Then you can create a virtual environment with the desired Python version using, e.g.:

```bash
uv venv env --seed --python 3.12
Expand Down

0 comments on commit 49f69f6

Please sign in to comment.