Skip to content

Commit 3319ea8

Browse files
authored
docs: fix typo in import (#651)
`service_acccount` -> `service_account`. Closes #650
1 parent bc92abb commit 3319ea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/auth/impersonated_credentials.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ class Credentials(credentials.CredentialsWithQuotaProject, credentials.Signing):
148148
Initialize a source credential which does not have access to
149149
list bucket::
150150
151-
from google.oauth2 import service_acccount
151+
from google.oauth2 import service_account
152152
153153
target_scopes = [
154154
'https://www.googleapis.com/auth/devstorage.read_only']

0 commit comments

Comments
 (0)