8000 fix typos · googleapis/python-bigquery@6c842e6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6c842e6

Browse files
committed
fix typos
1 parent d887725 commit 6c842e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

google/cloud/bigquery/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1934,7 +1934,7 @@ def job_from_resource(
19341934
19351935
Returns:
19361936
Union[job.CopyJob, job.ExtractJob, job.LoadJob, job.QueryJob, job.UnknownJob]:
1937-
The :class:`~google.cloud.bigquery.job` instance, constructed via the resource.
1937+
The job instance, constructed via the resource.
19381938
"""
19391939
config = resource.get("configuration", {})
19401940
if "load" in config:
@@ -2067,7 +2067,7 @@ def get_job(
20672067
20682068
Returns:
20692069
Union[job.LoadJob, job.CopyJob, job.ExtractJob, job.QueryJob, job.UnknownJob]:
2070-
:class:`~google.cloud.bigquery.job` instance, based on the resource returned by the API.
2070+
Job instance, based on the resource returned by the API.
20712071
"""
20722072
extra_params = {"projection": "full"}
20732073

0 commit comments

Comments
 (0)
0