mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-01 12:24:15 +00:00
Fix typos in docs, error messages and comments (#6910)
This commit is contained in:
parent
c9e4395322
commit
a5f1e1c765
13 changed files with 17 additions and 17 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ pub(crate) struct WindowsPython {
|
|||
pub(crate) version: Option<PythonVersion>,
|
||||
}
|
||||
|
||||
/// Àdding `windows_registry::Value::into_string()`.
|
||||
/// Adding `windows_registry::Value::into_string()`.
|
||||
fn value_to_string(value: Value) -> Option<String> {
|
||||
match value {
|
||||
Value::String(string) => Some(string),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue