Remove quotes in docstring for consistency with other classes

This commit is contained in:
Yurii Motov 2025-07-22 10:46:37 +02:00
parent 172cc969f2
commit 074f81dde6
1 changed files with 1 additions and 1 deletions

View File

@ -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.
"""
),