From ef9b005e636c4a7b7e4ac985dba092798995d172 Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Tue, 15 Sep 2015 12:34:34 -0400 Subject: [PATCH 1/2] Fix copy-pasta in Bigquery docs. --- docs/bigquery-usage.rst | 2 +- gcloud/bigquery/connection.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/bigquery-usage.rst b/docs/bigquery-usage.rst index fb6fad893e2d..0ecbe585068e 100644 --- a/docs/bigquery-usage.rst +++ b/docs/bigquery-usage.rst @@ -8,7 +8,7 @@ Authorization / Configuration your applications. - :class:`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 diff --git a/gcloud/bigquery/connection.py b/gcloud/bigquery/connection.py index e0ffe70f2139..ea1085e7e784 100644 --- a/gcloud/bigquery/connection.py +++ b/gcloud/bigquery/connection.py @@ -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.""" From bf3318866717dda358458ab59ea07db281a1fb57 Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Tue, 15 Sep 2015 13:56:42 -0400 Subject: [PATCH 2/2] Normalize speling. Addresses: https://github.com/GoogleCloudPlatform/gcloud-python/pull/1139#discussion_r39535543 https://github.com/GoogleCloudPlatform/gcloud-python/pull/1139#discussion_r39535570 --- docs/bigquery-usage.rst | 2 +- gcloud/bigquery/connection.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/bigquery-usage.rst b/docs/bigquery-usage.rst index 0ecbe585068e..122ae3ecf05c 100644 --- a/docs/bigquery-usage.rst +++ b/docs/bigquery-usage.rst @@ -8,7 +8,7 @@ Authorization / Configuration your applications. - :class:`Client ` objects hold both a ``project`` - and an authenticated connection to the Bigquery service. + and an authenticated connection to the BigQuery service. - The authentication credentials can be implicitly determined from the environment or directly via diff --git a/gcloud/bigquery/connection.py b/gcloud/bigquery/connection.py index ea1085e7e784..6195c1a4b0e8 100644 --- a/gcloud/bigquery/connection.py +++ b/gcloud/bigquery/connection.py @@ -18,7 +18,7 @@ class Connection(base_connection.JSONConnection): - """A connection to Google Cloud Bigquery 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."""