From e42d8ad825838c7318962a6cfca24287da8b9a97 Mon Sep 17 00:00:00 2001 From: Chalmer Lowe Date: Thu, 18 Apr 2024 06:58:09 -0400 Subject: [PATCH] Update google/cloud/bigquery/job/query.py --- google/cloud/bigquery/job/query.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google/cloud/bigquery/job/query.py b/google/cloud/bigquery/job/query.py index b5335d835..7436b6013 100644 --- a/google/cloud/bigquery/job/query.py +++ b/google/cloud/bigquery/job/query.py @@ -1613,7 +1613,7 @@ def is_job_done(): else: # Note: we may need to handle _DEFAULT_VALUE as a separate # case someday, but even then the best we can do for queries - # is 72+ hours for hyperpareter tuning jobs: + # is 72+ hours for hyperparameter tuning jobs: # https://cloud.google.com/bigquery/quotas#query_jobs # # The timeout for a multi-statement query is 24+ hours. See: