Skip to content

Commit b40788f

Browse files
committed
Updates ticks in docstring: hopefully eliminates docs error
1 parent 418fd07 commit b40788f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

google/cloud/bigquery/schema.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -701,8 +701,8 @@ class StorageDescriptor:
701701
"org.apache.hadoop.hive.ql.io.orc.OrcInputFormat"). The maximum
702702
length is 128 characters.
703703
locationUri (Optional[str]): The physical location of the table (e.g.
704-
`gs://spark-dataproc-data/pangea-data/case_sensitive/` or
705-
`gs://spark-dataproc-data/pangea-data/*`). The maximum length is
704+
'gs://spark-dataproc-data/pangea-data/case_sensitive/' or
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.
@@ -739,9 +739,9 @@ def input_format(self, value: Optional[str]):
739739

740740
@property
741741
def location_uri(self) -> Any:
742-
"""Optional. The physical location of the table (e.g. `gs://spark-
743-
dataproc-data/pangea-data/case_sensitive/` or `gs://spark-dataproc-
744-
data/pangea-data/*`). The maximum length is 2056 bytes."""
742+
"""Optional. The physical location of the table (e.g. 'gs://spark-
743+
dataproc-data/pangea-data/case_sensitive/' or 'gs://spark-dataproc-
744+
data/pangea-data/*'). The maximum length is 2056 bytes."""
745745

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

0 commit comments

Comments
 (0)