Skip to content

Commit b4cbf60

Browse files
committed
Fix doc
1 parent a78d2a1 commit b4cbf60

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

linode_api4/login_client.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,11 @@ class OAuthScopes:
3030
Lists of OAuth Scopes are accepted when calling the :any:`generate_login_url`
3131
method of the :any:`LinodeLoginClient`.
3232
33-
All contained enumerations of OAuth Scopes have two levels, "read_only" and
33+
Most contained enumerations of OAuth Scopes have two levels, "read_only" and
3434
"read_write". "read_only" access grants you the ability to get resources and
3535
of that type, but not to change, create, or delete them. "read_write" access
36-
allows to full access to resources of the requested type. In the above
36+
allows to full access to resources of the requested type. :any:`OAuthScopes.VPC`
37+
is the exception and exposes only "read_write" and "all". In the above
3738
example, you are requesting access to view, modify, create, and delete
3839
Linodes, and to view Domains.
3940
"""

0 commit comments

Comments
 (0)