File tree 3 files changed +3
-3
lines changed
google/cloud/bigquery/job
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -240,7 +240,7 @@ def to_api_repr(self):
240
240
def from_api_repr (cls , resource , client ):
241
241
"""Factory: construct a job given its API representation
242
242
243
- .. note:
243
+ .. note::
244
244
245
245
This method assumes that the project found in the resource matches
246
246
the client's project.
Original file line number Diff line number Diff line change @@ -244,7 +244,7 @@ def to_api_repr(self):
244
244
def from_api_repr (cls , resource : dict , client ) -> "ExtractJob" :
245
245
"""Factory: construct a job given its API representation
246
246
247
- .. note:
247
+ .. note::
248
248
249
249
This method assumes that the project found in the resource matches
250
250
the client's project.
Original file line number Diff line number Diff line change @@ -800,7 +800,7 @@ def to_api_repr(self):
800
800
def from_api_repr (cls , resource : dict , client ) -> "LoadJob" :
801
801
"""Factory: construct a job given its API representation
802
802
803
- .. note:
803
+ .. note::
804
804
805
805
This method assumes that the project found in the resource matches
806
806
the client's project.
You can’t perform that action at this time.
0 commit comments