Skip to content

Commit

Permalink
Update google/cloud/bigquery/job/query.py
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Sweña (Swast) <[email protected]>
  • Loading branch information
Linchin and tswast authored May 31, 2024
1 parent 4d77e36 commit bc398ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/cloud/bigquery/job/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -1466,7 +1466,7 @@ def result( # type: ignore # (incompatible with supertype)
]]):
The number of seconds to wait for the underlying HTTP transport
before using ``retry``. If ``None``, wait indefinitely
unless a retriable error is returned. If unset, only the
unless an error is returned. If unset, only the
underlying Client.get_job() API call has timeout, but we still
wait indefinitely for the job to finish.
start_index (Optional[int]):
Expand Down

0 comments on commit bc398ee

Please sign in to comment.