diff --git a/fastapi/security/oauth2.py b/fastapi/security/oauth2.py index bd33b6b8b..7ca7f6bc5 100644 --- a/fastapi/security/oauth2.py +++ b/fastapi/security/oauth2.py @@ -640,7 +640,7 @@ class OAuth2ClientCredentials(OAuth2): Optional[Dict[str, str]], Doc( """ - The OAuth2 scopes that would be required by the *"path" operations* that + The OAuth2 scopes that would be required by the *path operations* that use this dependency. """ ),