Browse Source

Remove quotes in docstring for consistency with other classes

pull/11560/head
Yurii Motov 2 weeks ago
parent
commit
074f81dde6
  1. 2
      fastapi/security/oauth2.py

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

Loading…
Cancel
Save