From 01b7fb9aaf3180965f908e84b74c2a710fa1a635 Mon Sep 17 00:00:00 2001 From: Gurov Ilya Date: Wed, 29 Jan 2020 15:56:52 +0300 Subject: [PATCH] docs(bigquery): typo fix (#10209) --- bigquery/google/cloud/bigquery/job.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bigquery/google/cloud/bigquery/job.py b/bigquery/google/cloud/bigquery/job.py index 096651351173..5861febe830d 100644 --- a/bigquery/google/cloud/bigquery/job.py +++ b/bigquery/google/cloud/bigquery/job.py @@ -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(