From: Dave Hay <89824813+dave-hay@users.noreply.github.com> Date: Mon, 9 Dec 2024 12:57:05 +0000 (-0800) Subject: ✏️ Fix typo in README installation instructions (#13011) X-Git-Tag: 0.115.7~207 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9e1961331155c630ed89574f3e6f89b8108236f3;p=thirdparty%2Ffastapi%2Ffastapi.git ✏️ Fix typo in README installation instructions (#13011) --- diff --git a/README.md b/README.md index 7973f341bf..66ffd73552 100644 --- a/README.md +++ b/README.md @@ -458,7 +458,7 @@ FastAPI depends on Pydantic and Starlette. ### `standard` Dependencies -When you install FastAPI with `pip install "fastapi[standard]"` it comes the `standard` group of optional dependencies: +When you install FastAPI with `pip install "fastapi[standard]"` it comes with the `standard` group of optional dependencies: Used by Pydantic: diff --git a/docs/en/docs/index.md b/docs/en/docs/index.md index 4d0514241b..cbe71c87dd 100644 --- a/docs/en/docs/index.md +++ b/docs/en/docs/index.md @@ -456,7 +456,7 @@ FastAPI depends on Pydantic and Starlette. ### `standard` Dependencies -When you install FastAPI with `pip install "fastapi[standard]"` it comes the `standard` group of optional dependencies: +When you install FastAPI with `pip install "fastapi[standard]"` it comes with the `standard` group of optional dependencies: Used by Pydantic: