Skip to content

Commit 6cc2441

Browse files
✏️ Fix docstring typos in http security (fastapi#12223)
Fix docstring typos in http security
1 parent 4d6cab3 commit 6cc2441

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fastapi/security/http.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ def __init__(
277277
bool,
278278
Doc(
279279
"""
280-
By default, if the HTTP Bearer token not provided (in an
280+
By default, if the HTTP Bearer token is not provided (in an
281281
`Authorization` header), `HTTPBearer` will automatically cancel the
282282
request and send the client an error.
283283
@@ -380,7 +380,7 @@ def __init__(
380380
bool,
381381
Doc(
382382
"""
383-
By default, if the HTTP Digest not provided, `HTTPDigest` will
383+
By default, if the HTTP Digest is not provided, `HTTPDigest` will
384384
automatically cancel the request and send the client an error.
385385
386386
If `auto_error` is set to `False`, when the HTTP Digest is not

0 commit comments

Comments
 (0)