Incorrect example for lifecycle_rules #832
Labels
api: storage
Issues related to the googleapis/python-storage API.
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
The "note" on
Bucket.lifecycle_rules
acts as iflifecycle_rules
returns alist
, but it actually returns agenerator
.The text was updated successfully, but these errors were encountered: