Skip to content

Commit ab2c5e0

Browse files
author
Jerjou Cheng
committed
Grammar correction.
1 parent 8ac8bcd commit ab2c5e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bigquery/samples/list_datasets_projects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def list_projects(service):
7575

7676
def main(project_id):
7777
credentials = GoogleCredentials.get_application_default()
78-
# Construct the service object for the interacting with the BigQuery API.
78+
# Construct the service object for interacting with the BigQuery API.
7979
service = discovery.build('bigquery', 'v2', credentials=credentials)
8080

8181
list_datasets(service, project_id)

0 commit comments

Comments
 (0)