Browse Source

✏️ Fix typo in `fastapi/security/oauth2.py` (#10972)

pull/10983/head
Rafal Skolasinski 1 year ago
committed by GitHub
parent
commit
8450dc204d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      fastapi/security/oauth2.py

2
fastapi/security/oauth2.py

@ -353,7 +353,7 @@ class OAuth2(SecurityBase):
bool,
Doc(
"""
By default, if no HTTP Auhtorization header is provided, required for
By default, if no HTTP Authorization header is provided, required for
OAuth2 authentication, it will automatically cancel the request and
send the client an error.

Loading…
Cancel
Save