Skip to content

Commit 7a0e5b2

Browse files
fix: misc fixes (#1316)
* fix: misc fixes * update
1 parent 241d57c commit 7a0e5b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auth/cloud-client-temp/idtoken_from_metadata_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def idtoken_from_metadata_server(url: str):
2828
2929
Args:
3030
url: The url or target audience to obtain the ID token for.
31-
Examples: http://www.abc.com
31+
Examples: http://www.example.com
3232
"""
3333

3434
request = google.auth.transport.requests.Request()

0 commit comments

Comments
 (0)