mirror of https://github.com/tiangolo/fastapi.git
Remove quotes in docstring for consistency with other classes
This commit is contained in:
parent
172cc969f2
commit
074f81dde6
|
|
@ -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…
Reference in New Issue