mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
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:
parent
d8c41481ec
commit
665650fe2e
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue