diff --git a/crates/pep508-rs/src/marker/parse.rs b/crates/pep508-rs/src/marker/parse.rs index 91712cb52..bf5b7a410 100644 --- a/crates/pep508-rs/src/marker/parse.rs +++ b/crates/pep508-rs/src/marker/parse.rs @@ -130,7 +130,7 @@ pub(crate) fn parse_marker_key_op_value( cursor.eat_whitespace(); let r_value = parse_marker_value(cursor)?; - // Convert a ` ` expression into it's + // Convert a ` ` expression into its // typed equivalent. let expr = match l_value { // Either: diff --git a/docs/guides/integration/fastapi.md b/docs/guides/integration/fastapi.md index 7b31c29d0..abacc18d3 100644 --- a/docs/guides/integration/fastapi.md +++ b/docs/guides/integration/fastapi.md @@ -1,8 +1,8 @@ # Using uv with FastAPI -[FastAPI](https://github.com/fastapi/fastapi) is modern, high-performance Python web framework. You -can use uv to manage your FastAPI project, including installing dependencies, managing environments, -running FastAPI applications, and more. +[FastAPI](https://github.com/fastapi/fastapi) is a modern, high-performance Python web framework. +You can use uv to manage your FastAPI project, including installing dependencies, managing +environments, running FastAPI applications, and more. !!! note