Skip to content

Commit

Permalink
Grammar correction.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerjou Cheng committed Sep 4, 2015
1 parent 67f801d commit 46b8fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bigquery/samples/list_datasets_projects.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 46b8fa1

Please sign in to comment.