Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix copy-pasta in Bigquery docs. #1139

Merged
merged 2 commits into from
Sep 15, 2015
Merged
Show file tree
Hide file tree
Changes from 1 commit
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.

This comment was marked as spam.

This comment was marked as spam.


- 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."""

This comment was marked as spam.

This comment was marked as spam.


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