We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65e4917 commit 91a6349Copy full SHA for 91a6349
bigquery/google/cloud/bigquery/table.py
@@ -129,12 +129,12 @@ def dataset_id(self):
129
130
@property
131
def table_id(self):
132
- """ID of the table.
+ """ID of the table.
133
134
- :rtype: str
135
- :returns: the table ID.
136
- """
137
- return self._table_id
+ :rtype: str
+ :returns: the table ID.
+ """
+ return self._table_id
138
139
140
def path(self):
0 commit comments