From 191c75d53b2c075e67f4cf045055fcf09bc48d8e Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Tue, 16 May 2017 17:02:28 -0400 Subject: [PATCH] Scrub mention of no-longer-chainable ACL methods. Closes #3181. --- storage/google/cloud/storage/acl.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/storage/google/cloud/storage/acl.py b/storage/google/cloud/storage/acl.py index 6270182cc0f0..3424f24c66ef 100644 --- a/storage/google/cloud/storage/acl.py +++ b/storage/google/cloud/storage/acl.py @@ -53,13 +53,6 @@ :start-after: [START acl_user_settings] :end-before: [END acl_user_settings] -You can also chain these ``grant_*`` and ``revoke_*`` methods together -for brevity: - -.. literalinclude:: storage_snippets.py - :start-after: [START acl_revoke_write] - :end-before: [END acl_revoke_write] - After that, you can save any changes you make with the :func:`google.cloud.storage.acl.ACL.save` method: