mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
docs: fix a few typos (#10675)
## Summary Fixing a few typos found in the documentation and in comments.
This commit is contained in:
parent
73cade1386
commit
b46c6db317
9 changed files with 19 additions and 19 deletions
|
@ -8035,7 +8035,7 @@ uv venv [OPTIONS] [PATH]
|
|||
|
||||
<p>By default, the prompt is dependent on whether a path was provided to <code>uv venv</code>. If provided (e.g, <code>uv venv project</code>), the prompt is set to the directory name. If not provided (<code>uv venv</code>), the prompt is set to the current directory’s name.</p>
|
||||
|
||||
<p>If "." is provided, the the current directory name will be used regardless of whether a path was provided to <code>uv venv</code>.</p>
|
||||
<p>If "." is provided, the current directory name will be used regardless of whether a path was provided to <code>uv venv</code>.</p>
|
||||
|
||||
</dd><dt><code>--python</code>, <code>-p</code> <i>python</i></dt><dd><p>The Python interpreter to use for the virtual environment.</p>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue