Skip to content

Commit 891e02d

Browse files
Add missing word to docs for run.md (#9527)
## Summary I found this sentence didn't read quite right without this "the". ## Test Plan No tests, docs-only change.
1 parent 9508558 commit 891e02d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/concepts/projects/run.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Running commands in projects
22

3-
When working on a project, it is installed into virtual environment at `.venv`. This environment is
4-
isolated from the current shell by default, so invocations that require the project, e.g.,
3+
When working on a project, it is installed into the virtual environment at `.venv`. This environment
4+
is isolated from the current shell by default, so invocations that require the project, e.g.,
55
`python -c "import example"`, will fail. Instead, use `uv run` to run commands in the project
66
environment:
77

0 commit comments

Comments
 (0)