Skip to content

Commit 302dcc2

Browse files
committed
add seconds
1 parent cd01a8d commit 302dcc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/auth/compute_engine/_metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ def get(
179179
headers (Optional[Mapping[str, str]]): Headers for the request.
180180
return_none_for_not_found_error (Optional[bool]): If True, returns None
181181
for 404 error instead of throwing an exception.
182-
timeout (int): How long to wait for the metadata server to respond.
182+
timeout (int): How long to wait, in seconds for the metadata server to respond.
183183
184184
Returns:
185185
Union[Mapping, str]: If the metadata server returns JSON, a mapping of

0 commit comments

Comments
 (0)