From: ch33zer Date: Tue, 23 Apr 2024 22:29:18 +0000 (-0700) Subject: ✏️ Fix typo in `fastapi/security/api_key.py` (#11481) X-Git-Tag: 0.110.3~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=550092a3bd7d6a427c76eae050de9194648a683d;p=thirdparty%2Ffastapi%2Ffastapi.git ✏️ Fix typo in `fastapi/security/api_key.py` (#11481) --- diff --git a/fastapi/security/api_key.py b/fastapi/security/api_key.py index b74a017f17..d68bdb037e 100644 --- a/fastapi/security/api_key.py +++ b/fastapi/security/api_key.py @@ -76,7 +76,7 @@ class APIKeyQuery(APIKeyBase): Doc( """ By default, if the query parameter is not provided, `APIKeyQuery` will - automatically cancel the request and sebd the client an error. + automatically cancel the request and send the client an error. If `auto_error` is set to `False`, when the query parameter is not available, instead of erroring out, the dependency result will be