Skip to content

Commit 549802c

Browse files
tswasttseaver
authored andcommitted
Remove typo in 'Table.from_api_repr' docstring. (googleapis#7509)
1 parent af12393 commit 549802c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bigquery/google/cloud/bigquery/table.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -821,8 +821,6 @@ def from_api_repr(cls, resource):
821821
Args:
822822
resource (Dict[str, object]):
823823
Table resource representation from the API
824-
dataset (google.cloud.bigquery.dataset.Dataset):
825-
The dataset containing the table.
826824
827825
Returns:
828826
google.cloud.bigquery.table.Table: Table parsed from ``resource``.

0 commit comments

Comments
 (0)