diff --git a/bigquery/google/cloud/bigquery/table.py b/bigquery/google/cloud/bigquery/table.py index 8d03cb3e1990..da4824ab0385 100644 --- a/bigquery/google/cloud/bigquery/table.py +++ b/bigquery/google/cloud/bigquery/table.py @@ -129,12 +129,12 @@ def dataset_id(self): @property def table_id(self): - """ID of the table. + """ID of the table. - :rtype: str - :returns: the table ID. - """ - return self._table_id + :rtype: str + :returns: the table ID. + """ + return self._table_id @property def path(self):