mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
Fixup doc for find_best
(#1079)
This commit is contained in:
parent
2e0ce70d13
commit
bdfabfb088
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ impl Interpreter {
|
|||
/// without comparing the patch version number. If that cannot be found, we fall back to
|
||||
/// the first available version.
|
||||
///
|
||||
/// See [`Self::find_strict`] for details on the precedence of Python lookup locations.
|
||||
/// See [`Self::find_version`] for details on the precedence of Python lookup locations.
|
||||
pub fn find_best(
|
||||
python_version: Option<&PythonVersion>,
|
||||
platform: &Platform,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue