Skip to content

Commit 286c99b

Browse files
committed
docs: update docstring
1 parent 11e94a8 commit 286c99b

File tree

1 file changed

+2
-2
lines changed
  • crates/uv/src/commands/project

1 file changed

+2
-2
lines changed

crates/uv/src/commands/project/run.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1578,8 +1578,8 @@ fn read_recursion_depth_from_environment_variable() -> anyhow::Result<u32> {
15781578
}
15791579

15801580
/// Matches valid Python executable names:
1581-
/// - ✅ "python", "python3", "python3.9", "python4", "python3.10", "python3.13.3"
1582-
/// - ❌ "python39", "python3abc", "python3.12b3", "", "python-foo"
1581+
/// - ✅ "python", "python39", "python3", "python3.9", "python4", "python3.10", "python3.13.3"
1582+
/// - ❌ "python3abc", "python3.12b3", "", "python-foo"
15831583
fn is_python_executable(executable_command: &str) -> bool {
15841584
executable_command
15851585
.strip_prefix("python")

0 commit comments

Comments
 (0)