Fix typos in docs, error messages and comments (#6910)

This commit is contained in:
Ed Morley
2024-09-01 11:37:43 +00:00
committed by GitHub
parent c9e4395322
commit a5f1e1c765
13 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -897,7 +897,7 @@ pub fn find_best_python_installation(
) -> Result<FindPythonResult, Error> {
debug!("Starting Python discovery for {}", request);
// First, check for an exact match (or the first available version if no Python versfion was provided)
// First, check for an exact match (or the first available version if no Python version was provided)
debug!("Looking for exact match for request {request}");
let result = find_python_installation(request, environments, preference, cache)?;
if let Ok(ref installation) = result {