We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 361252d commit b737408Copy full SHA for b737408
tests/unit/test_job_retry.py
@@ -538,7 +538,7 @@ def test_raises_on_job_retry_on_result_with_non_retryable_jobs(client):
538
" provided to the query that created this job."
539
).replace(" ", r"\s"),
540
):
541
- # Expliclty providing a job_retry is an error.
+ # Explicitly providing a job_retry is an error.
542
job.result(job_retry=google.api_core.retry.Retry())
543
544
0 commit comments