docs: fix a few typos (#10675)

## Summary

Fixing a few typos found in the documentation and in comments.
This commit is contained in:
Mathieu Kniewallner 2025-01-16 15:53:59 +01:00 committed by GitHub
parent 73cade1386
commit b46c6db317
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 19 additions and 19 deletions

View file

@ -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&#8217;s name.</p>
<p>If &quot;.&quot; 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 &quot;.&quot; 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>