mirror of https://github.com/astral-sh/uv
fix: typo in uv main (#10205)
This commit is contained in:
parent
1fb7f352b1
commit
8992f5524c
|
|
@ -1704,7 +1704,7 @@ async fn run_project(
|
|||
/// uv binary interface is the official public API. When using this entry
|
||||
/// point, uv assumes it is running in a process it controls and that the
|
||||
/// entire process lifetime is managed by uv. Unexpected behavior may be
|
||||
/// encountered if this entry pointis called multiple times in a single process.
|
||||
/// encountered if this entry point is called multiple times in a single process.
|
||||
pub fn main<I, T>(args: I) -> ExitCode
|
||||
where
|
||||
I: IntoIterator<Item = T>,
|
||||
|
|
|
|||
Loading…
Reference in New Issue