Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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