From 074f81dde6ad0ff6fb60f9d58d4d2e6e3a66f427 Mon Sep 17 00:00:00 2001 From: Yurii Motov Date: Tue, 22 Jul 2025 10:46:37 +0200 Subject: [PATCH] Remove quotes in docstring for consistency with other classes --- fastapi/security/oauth2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. """ ),