Two small typo fixes (#6500)
<!-- Thank you for contributing to uv! To help us out with reviewing, please consider the following: - Does this pull request include a summary of the change? (See below.) - Does this pull request include a descriptive title? - Does this pull request include references to any relevant issues? --> ## Summary Two small typo fixes: one in the documentation and one in a comment in the source code I happened to come across.
This commit is contained in:
committed by
GitHub
parent
d8c41481ec
commit
665650fe2e
@@ -130,7 +130,7 @@ pub(crate) fn parse_marker_key_op_value<T: Pep508Url>(
|
||||
cursor.eat_whitespace();
|
||||
let r_value = parse_marker_value(cursor)?;
|
||||
|
||||
// Convert a `<marker_value> <marker_op> <marker_value>` expression into it's
|
||||
// Convert a `<marker_value> <marker_op> <marker_value>` expression into its
|
||||
// typed equivalent.
|
||||
let expr = match l_value {
|
||||
// Either:
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user