Skip to content

Commit

Permalink
Merge pull request #1139 from tseaver/docs-fix_bigquery_copy_pasta
Browse files Browse the repository at this point in the history
Fix copy-pasta in Bigquery docs.
  • Loading branch information
tseaver committed Sep 15, 2015
2 parents b427bed + bf33188 commit 8eda4a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/bigquery-usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Authorization / Configuration
your applications.

- :class:`Client <gcloud.bigquery.client.Client>` objects hold both a ``project``
and an authenticated connection to the PubSub service.
and an authenticated connection to the BigQuery service.

- The authentication credentials can be implicitly determined from the
environment or directly via
Expand Down
2 changes: 1 addition & 1 deletion gcloud/bigquery/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


class Connection(base_connection.JSONConnection):
"""A connection to Google Cloud Pubsub via the JSON REST API."""
"""A connection to Google Cloud BigQuery via the JSON REST API."""

API_BASE_URL = 'https://www.googleapis.com'
"""The base of the API call URL."""
Expand Down

0 comments on commit 8eda4a0

Please sign in to comment.