Skip to content

Commit

Permalink
docs(bigquery): typo fix (#10209)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gurov Ilya committed Jan 29, 2020
1 parent 9ad21f4 commit 01b7fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bigquery/google/cloud/bigquery/job.py
Original file line number Diff line number Diff line change
Expand Up @@ -3073,7 +3073,7 @@ def done(self, retry=DEFAULT_RETRY, timeout=None):
else:
timeout = server_timeout_with_margin

# Do not refresh is the state is already done, as the job will not
# Do not refresh if the state is already done, as the job will not
# change once complete.
if self.state != _DONE_STATE:
self._query_results = self._client._get_query_results(
Expand Down

0 comments on commit 01b7fb9

Please sign in to comment.