Skip to content

Commit 2405fd7

Browse files
Jim Fultonabdelmegahedgoogle
Jim Fulton
authored andcommitted
chore: invalid docstrings broke docfx (googleapis#924)
1 parent 5720870 commit 2405fd7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

google/cloud/bigquery/job/copy_.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ def to_api_repr(self):
240240
def from_api_repr(cls, resource, client):
241241
"""Factory: construct a job given its API representation
242242
243-
.. note:
243+
.. note::
244244
245245
This method assumes that the project found in the resource matches
246246
the client's project.

google/cloud/bigquery/job/extract.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ def to_api_repr(self):
244244
def from_api_repr(cls, resource: dict, client) -> "ExtractJob":
245245
"""Factory: construct a job given its API representation
246246
247-
.. note:
247+
.. note::
248248
249249
This method assumes that the project found in the resource matches
250250
the client's project.

google/cloud/bigquery/job/load.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,7 @@ def to_api_repr(self):
800800
def from_api_repr(cls, resource: dict, client) -> "LoadJob":
801801
"""Factory: construct a job given its API representation
802802
803-
.. note:
803+
.. note::
804804
805805
This method assumes that the project found in the resource matches
806806
the client's project.

0 commit comments

Comments
 (0)