Skip to content

Commit 245b0e9

Browse files
committed
Spurious changes to work around pylint's 'peephole' blindness.
1 parent 052dbb5 commit 245b0e9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

gcloud/storage/bucket.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ def storage_class(self):
544544
"""Retrieve the storage class for the bucket.
545545
546546
See: https://cloud.google.com/storage/docs/json_api/v1/buckets and
547-
https://cloud.google.com/storage/docs/durable-reduced-availability#_DRA_Bucket
547+
https://cloud.google.com/storage/docs/durable-reduced-availability
548548
549549
:rtype: string
550550
:returns: the storage class for the bucket (currently one of

gcloud/storage/key.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ def __init__(self, bucket, extra_params=None):
376376
extra_params=extra_params)
377377

378378
def get_items_from_response(self, response):
379-
"""Factory method, yields :class:`.storage.key.Key` items from response.
379+
"""Yield :class:`.storage.key.Key` items from response.
380380
381381
:type response: dict
382382
:param response: The JSON API response for a page of keys.

0 commit comments

Comments
 (0)