Fix typo in projects.md (#5523)

This commit is contained in:
Mark Ture 2024-07-28 13:05:26 -07:00 committed by GitHub
parent 83412837e5
commit 12e92b7718
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -106,7 +106,7 @@ virtual environment before executing a command:
```console
$ uv sync
$ source .venv/bin/active
$ source .venv/bin/activate
$ python my_script.py
```