From 25b43f99ec292c485ce7210c7c06292ce212d34c Mon Sep 17 00:00:00 2001 From: Tim Swast Date: Wed, 13 Mar 2019 09:50:38 -0700 Subject: [PATCH] Remove typo in Table.from_api_repr docstring. --- bigquery/google/cloud/bigquery/table.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/bigquery/google/cloud/bigquery/table.py b/bigquery/google/cloud/bigquery/table.py index c4b9a4c664c7..35f950e7d94a 100644 --- a/bigquery/google/cloud/bigquery/table.py +++ b/bigquery/google/cloud/bigquery/table.py @@ -821,8 +821,6 @@ def from_api_repr(cls, resource): Args: resource (Dict[str, object]): Table resource representation from the API - dataset (google.cloud.bigquery.dataset.Dataset): - The dataset containing the table. Returns: google.cloud.bigquery.table.Table: Table parsed from ``resource``.