We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d6cab3 commit 6cc2441Copy full SHA for 6cc2441
fastapi/security/http.py
@@ -277,7 +277,7 @@ def __init__(
277
bool,
278
Doc(
279
"""
280
- By default, if the HTTP Bearer token not provided (in an
+ By default, if the HTTP Bearer token is not provided (in an
281
`Authorization` header), `HTTPBearer` will automatically cancel the
282
request and send the client an error.
283
@@ -380,7 +380,7 @@ def __init__(
380
381
382
383
- By default, if the HTTP Digest not provided, `HTTPDigest` will
+ By default, if the HTTP Digest is not provided, `HTTPDigest` will
384
automatically cancel the request and send the client an error.
385
386
If `auto_error` is set to `False`, when the HTTP Digest is not
0 commit comments