Skip to content

Commit 01b7fb9

Browse files
author
Gurov Ilya
authored
docs(bigquery): typo fix (#10209)
1 parent 9ad21f4 commit 01b7fb9

File tree

1 file changed

+1
-1
lines changed
  • bigquery/google/cloud/bigquery

1 file changed

+1
-1
lines changed

bigquery/google/cloud/bigquery/job.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3073,7 +3073,7 @@ def done(self, retry=DEFAULT_RETRY, timeout=None):
30733073
else:
30743074
timeout = server_timeout_with_margin
30753075

3076-
# Do not refresh is the state is already done, as the job will not
3076+
# Do not refresh if the state is already done, as the job will not
30773077
# change once complete.
30783078
if self.state != _DONE_STATE:
30793079
self._query_results = self._client._get_query_results(

0 commit comments

Comments
 (0)