Skip to content

Commit 04034b5

Browse files
committed
Merge pull request #1172 from tseaver/1171-normalize_module_docstring_patterns
Use consistent branding / phrasing in client module docstrings.
2 parents 582bd9f + 13d627f commit 04034b5

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

gcloud/bigquery/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
"""gcloud bigquery client for interacting with API."""
15+
"""Client for interacting with the Google BigQuery API."""
1616

1717

1818
from gcloud.client import JSONClient

gcloud/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
"""gcloud client base class for interacting with API."""
15+
"""Base classes for client used to interact with Google Cloud APIs."""
1616

1717
import six
1818

gcloud/dns/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
"""gcloud dns client for interacting with API."""
15+
"""Client for interacting with the Google Cloud DNS API."""
1616

1717

1818
from gcloud.client import JSONClient

gcloud/pubsub/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
"""gcloud pubsub client for interacting with API."""
15+
"""Client for interacting with the Google Cloud Pub/Sub API."""
1616

1717

1818
from gcloud.client import JSONClient

gcloud/storage/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
"""gcloud storage client for interacting with API."""
15+
"""Client for interacting with the Google Cloud Storage API."""
1616

1717

1818
from gcloud._helpers import _LocalStack

0 commit comments

Comments
 (0)