Skip to content

Commit 3d7a09f

Browse files
committed
Updates restructured text to avoid doc fail
1 parent b40788f commit 3d7a09f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

google/cloud/bigquery/schema.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@ class StorageDescriptor:
702702
length is 128 characters.
703703
locationUri (Optional[str]): The physical location of the table (e.g.
704704
'gs://spark-dataproc-data/pangea-data/case_sensitive/' or
705-
'gs://spark-dataproc-data/pangea-data/*'). The maximum length is
705+
'gs://spark-dataproc-data/pangea-data/'). The maximum length is
706706
2056 bytes.
707707
outputFormat (Optional[str]): Specifies the fully qualified class name
708708
of the OutputFormat (e.g.
@@ -741,7 +741,7 @@ def input_format(self, value: Optional[str]):
741741
def location_uri(self) -> Any:
742742
"""Optional. The physical location of the table (e.g. 'gs://spark-
743743
dataproc-data/pangea-data/case_sensitive/' or 'gs://spark-dataproc-
744-
data/pangea-data/*'). The maximum length is 2056 bytes."""
744+
data/pangea-data/'). The maximum length is 2056 bytes."""
745745

746746
return self._properties.get("locationUri")
747747

0 commit comments

Comments
 (0)