From: Jacob Hayes Date: Tue, 6 Feb 2024 17:21:29 +0000 (-0500) Subject: ✏️ Fix minor typo in `fastapi/applications.py` (#11099) X-Git-Tag: 0.110.0~56 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0880a5c6a0d2702b057cef8064690f63ff1afc78;p=thirdparty%2Ffastapi%2Ffastapi.git ✏️ Fix minor typo in `fastapi/applications.py` (#11099) --- diff --git a/fastapi/applications.py b/fastapi/applications.py index 597c60a567..ffe9da3589 100644 --- a/fastapi/applications.py +++ b/fastapi/applications.py @@ -297,7 +297,7 @@ class FastAPI(Starlette): browser tabs open). Or if you want to leave fixed the possible URLs. If the servers `list` is not provided, or is an empty `list`, the - default value would be a a `dict` with a `url` value of `/`. + default value would be a `dict` with a `url` value of `/`. Each item in the `list` is a `dict` containing: