docs: fix a few typos (#10675)
## Summary Fixing a few typos found in the documentation and in comments.
This commit is contained in:
committed by
GitHub
parent
73cade1386
commit
b46c6db317
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user