mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-24 13:43:45 +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
|
@ -414,7 +414,7 @@ fn python_executables<'a>(
|
|||
})
|
||||
.flatten();
|
||||
|
||||
// Check if the the base conda environment is active
|
||||
// Check if the base conda environment is active
|
||||
let from_base_conda_environment = iter::once_with(|| {
|
||||
conda_environment_from_env(CondaEnvironmentKind::Base)
|
||||
.into_iter()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue