Skip to content

Commit fa4978b

Browse files
Correct command description comment in list_keys.py (#13575)
Correct comment that describes what the command does. Changed from "Creates a key..." to "Lists a key..."
1 parent bd5ed18 commit fa4978b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iam/cloud-client/snippets/list_keys.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525

2626
def list_keys(project_id: str, account: str) -> List[iam_admin_v1.ServiceAccountKey]:
27-
"""Creates a key for a service account.
27+
"""Lists a key for a service account.
2828
2929
project_id: ID or number of the Google Cloud project you want to use.
3030
account: ID or email which is unique identifier of the service account.

0 commit comments

Comments
 (0)