Skip to content

Commit d8e4033

Browse files
docs(storage): fix documentation (#150)
1 parent 792b21f commit d8e4033

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

β€Žgoogle/cloud/storage/bucket.pyβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ class IAMConfiguration(dict):
319319
:params bucket_policy_only_enabled:
320320
(Optional) Whether the IAM-only policy is enabled for the bucket.
321321
322-
:type uniform_bucket_level_locked_time: :class:`datetime.datetime`
322+
:type uniform_bucket_level_access_locked_time: :class:`datetime.datetime`
323323
:params uniform_bucket_level_locked_time:
324324
(Optional) When the bucket's IAM-only policy was enabled.
325325
This value should normally only be set by the back-end API.
@@ -1836,8 +1836,8 @@ def lifecycle_rules(self, rules):
18361836
See https://cloud.google.com/storage/docs/lifecycle and
18371837
https://cloud.google.com/storage/docs/json_api/v1/buckets
18381838
1839-
:type entries: list of dictionaries
1840-
:param entries: A sequence of mappings describing each lifecycle rule.
1839+
:type rules: list of dictionaries
1840+
:param rules: A sequence of mappings describing each lifecycle rule.
18411841
"""
18421842
rules = [dict(rule) for rule in rules] # Convert helpers if needed
18431843
self._patch_property("lifecycle", {"rule": rules})

0 commit comments

Comments
 (0)