Fixup doc for find_best (#1079)

This commit is contained in:
Zanie Blue 2024-01-24 12:55:01 -06:00 committed by GitHub
parent 2e0ce70d13
commit bdfabfb088
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,