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
+1 -1
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
```