diff --git a/gcloud/bigquery/client.py b/gcloud/bigquery/client.py index a872a15c4342..2ab9df6891ac 100644 --- a/gcloud/bigquery/client.py +++ b/gcloud/bigquery/client.py @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -"""gcloud bigquery client for interacting with API.""" +"""Client for interacting with the Google BigQuery API.""" from gcloud.client import JSONClient diff --git a/gcloud/client.py b/gcloud/client.py index 4cacb82ae37c..3d7c718d0915 100644 --- a/gcloud/client.py +++ b/gcloud/client.py @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -"""gcloud client base class for interacting with API.""" +"""Base classes for client used to interact with Google Cloud APIs.""" import six diff --git a/gcloud/dns/client.py b/gcloud/dns/client.py index 44db14a504d0..b6a692aa01c0 100644 --- a/gcloud/dns/client.py +++ b/gcloud/dns/client.py @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -"""gcloud dns client for interacting with API.""" +"""Client for interacting with the Google Cloud DNS API.""" from gcloud.client import JSONClient diff --git a/gcloud/pubsub/client.py b/gcloud/pubsub/client.py index 1163f873d817..f2cb9a6d1897 100644 --- a/gcloud/pubsub/client.py +++ b/gcloud/pubsub/client.py @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -"""gcloud pubsub client for interacting with API.""" +"""Client for interacting with the Google Cloud Pub/Sub API.""" from gcloud.client import JSONClient diff --git a/gcloud/storage/client.py b/gcloud/storage/client.py index f0cfe8c1cc84..b3abe09e7913 100644 --- a/gcloud/storage/client.py +++ b/gcloud/storage/client.py @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -"""gcloud storage client for interacting with API.""" +"""Client for interacting with the Google Cloud Storage API.""" from gcloud._helpers import _LocalStack