From 46b8fa193c5c6e08924291245066559082003f8b Mon Sep 17 00:00:00 2001 From: Jerjou Cheng Date: Fri, 4 Sep 2015 15:42:16 -0700 Subject: [PATCH] Grammar correction. --- bigquery/samples/list_datasets_projects.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bigquery/samples/list_datasets_projects.py b/bigquery/samples/list_datasets_projects.py index 026bb5530cef..0f97c668516f 100644 --- a/bigquery/samples/list_datasets_projects.py +++ b/bigquery/samples/list_datasets_projects.py @@ -75,7 +75,7 @@ def list_projects(service): def main(project_id): credentials = GoogleCredentials.get_application_default() - # Construct the service object for the interacting with the BigQuery API. + # Construct the service object for interacting with the BigQuery API. service = discovery.build('bigquery', 'v2', credentials=credentials) list_datasets(service, project_id)