Skip to content

Commit

Permalink
docs: fix typo in import (#651)
Browse files Browse the repository at this point in the history
`service_acccount` -> `service_account`.

Closes #650
  • Loading branch information
busunkim96 committed Dec 7, 2020
1 parent bc92abb commit 3319ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/auth/impersonated_credentials.py
Expand Up @@ -148,7 +148,7 @@ class Credentials(credentials.CredentialsWithQuotaProject, credentials.Signing):
Initialize a source credential which does not have access to
list bucket::
from google.oauth2 import service_acccount
from google.oauth2 import service_account
target_scopes = [
'https://www.googleapis.com/auth/devstorage.read_only']
Expand Down

0 comments on commit 3319ea8

Please sign in to comment.