Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
leahecole committed Jun 8, 2023
1 parent f4fcebb commit 5bd9ceb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions google/cloud/bigquery/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -1934,7 +1934,7 @@ def job_from_resource(
Returns:
Union[job.CopyJob, job.ExtractJob, job.LoadJob, job.QueryJob, job.UnknownJob]:
The :class:`~google.cloud.bigquery.job` instance, constructed via the resource.
The job instance, constructed via the resource.
"""
config = resource.get("configuration", {})
if "load" in config:
Expand Down Expand Up @@ -2067,7 +2067,7 @@ def get_job(
Returns:
Union[job.LoadJob, job.CopyJob, job.ExtractJob, job.QueryJob, job.UnknownJob]:
:class:`~google.cloud.bigquery.job` instance, based on the resource returned by the API.
Job instance, based on the resource returned by the API.
"""
extra_params = {"projection": "full"}

Expand Down

0 comments on commit 5bd9ceb

Please sign in to comment.